Skip to content

linuxgemini/basic256.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Basic256.js

A basic encryption/decription script/API for Node.js users. Based on the work by Levi Gross.

Usage

Gather Basic256.js, Make your script connected. Example:

    var crypter = require("./Basic256.js");
    
    var blob = crypter.enc.run("FOO"); // This encrypts the string "FOO".
    console.log(blob); // This will show the encrypted string.
    
    var unblob = crypter.dec.run(blob); // This decrypts the encrypted string.
    console.log(unblob); // This will show the decrypted string. (Which in this case, it is "FOO")

About

A basic encryption/decryption script/API for resting data for Node.js users.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy