kryption
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

/kryption/

    Package Sidebar

    Install

    npm i kryption

    Weekly Downloads

    1

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    3.69 kB

    Total Files

    6

    Last publish

    Collaborators

    • thienkhoi