Encrypt/Decrypt message by private key using crypto
Encrypt
Encrypt(key string, message string) (encmess string, err error)
Decrypt
Decrypt(key string, securemess string) (decodedmess string, err error)
Request handler requires Go v1.11+ to run.
Install the package.
$ go get github.com/onskycloud/aesSee KUBERNETES.md
- Write MORE Tests
- Add Night Mode
MIT