teacrypt

1.0.0 • Public • Published

universal Tiny Encryption Algorithm

var key = 'password';

teacrypt.decryptFromBase64(teacrypt.encryptToBase64('hello world', key), key); // returns 'hello world'

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    3

Package Sidebar

Install

npm i teacrypt

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • icodeforlove