1.0.0 • Published 3 years ago

text-encryption-and-decryption-by-dedi-ofek-5 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Text Encryption and Decryption


Installation:

npm i text-encryption-and-decryption-by-dedi-ofek

Usage:

import encrypt from "text-encryption-and-decryption-by-dedi-ofek";
import decrypt from "text-encryption-and-decryption-by-dedi-ofek";

const encryptedText = encrypt("Hello") // Olssv
const decryptedText = decrypt(encryptedText); // Hello