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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.17
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.17
    1
  • 0.0.12
    0

Package Sidebar

Install

npm i icipher

Weekly Downloads

1

Version

0.0.17

License

MIT

Last publish

Collaborators

  • zswang