package
0.6.1
Repository: https://github.com/cipherbin/cipher-bin-cli.git
Documentation: pkg.go.dev

# Functions

Decrypt takes a message and a key and decrypts the message with the key using the same AES-256 algorithm used on the client side.
Encrypt takes a message and a key and encrypts the message with the key using the same AES-256 algorithm used on the client side.