rijndael-crypto
v1.0.1
Published
A command-line tool for Rijndael/AES encryption and decryption
Maintainers
Readme
rijndael Crypto
A command-line tool for Rijndael/AES encryption and decryption.
Installation
npm install -g rijndael-cryptoUsage
Interactive mode:
npx rijndael-cryptoCommand line mode:
npx rijndael-crypto encrypt "text" "key" "vector"
npx rijndael-crypto decrypt "encryptedBase64" "key" "vector"Note: The security vector must be exactly 16 characters long.
Options
--help: Show help message
License
MIT
