teacrypt

1.0.0 • Public • Published

universal Tiny Encryption Algorithm

var key = 'password';

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

Readme

Keywords

none

Package Sidebar

Install

npm i teacrypt

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • icodeforlove