string-encrypt-decrypt

1.0.1 • Public • Published

This package is only responsible to Encrpyt and Decrpyt a string.

Example:

let originalText = "hello World!"; let encryptedText = encrypt(originalText, 5); //here 5 is nohting but a shift. let decryptedText = decrypt(encryptedText, 5);

console.log(encryptedText); console.log(decryptedText);

Readme

Keywords

none

Package Sidebar

Install

npm i string-encrypt-decrypt

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.46 kB

Total Files

3

Last publish

Collaborators

  • pesudoayu