1.1.0 • Published 3 years ago
encrypt-decrypt-tehila v1.1.0
Cypher Library
Encrypt and Decrypt strings using monoalphabetic technique.
Installation
npm i encrypt-decrypt-tehila
Usage
- encrypt - encrypts a string
- decrypt - decrypts a string
const crypto = require("encrypt-decrypt-tehila")