encrypt-decrypt-tehila
v1.1.0
Published
Encrypt and decrypt a string
Maintainers
Readme
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")
