1.0.1 • Published 6 months ago

string-encrypt-decrypt v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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);

1.0.1

6 months ago

1.0.0

6 months ago