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

0.0.17 • Public • Published

icipher

NPM version Build Status Coverage Status

🐡cipher🐡

使用方法

加密

console.log(icipher.cipher('abc', 'zs', 'aes192'))
// > iMKU4mzDdZP62gJuqaABgg

解密

console.log(icipher.decipher('iMKU4mzDdZP62gJuqaABgg', 'zs', 'aes192'))
// > abc

License

MIT © zswang

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i icipher

    Weekly Downloads

    2

    Version

    0.0.17

    License

    MIT

    Last publish

    Collaborators

    • zswang