Skip to content

A simple string encode and decode base on string key.

Notifications You must be signed in to change notification settings

TKMultimedia/kryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kryption

A simple string encode and decode base on string key.

Installation

Use the package manager npm.

npm install kryption

Usage

import kryption from 'kryption';

// Encode a string
kryption.encode(<string you want to encode>: string, <key>: string);

// Decode a string
kryption.decode(<encoded string>: string, <key>: string);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Author: ThienKhoi Tran tranthienkhoi@gmail.com

About

A simple string encode and decode base on string key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published