Implement a secure way to encrypt a string using a HMAC with either a SHA256 or SHA512 hash. Use 3DES, AES128 and AES256 algorithms in CBC mode.
-
Updated
Sep 14, 2019 - Go
Implement a secure way to encrypt a string using a HMAC with either a SHA256 or SHA512 hash. Use 3DES, AES128 and AES256 algorithms in CBC mode.
Add a description, image, and links to the cbc-aes-encryption topic page so that developers can more easily learn about it.
To associate your repository with the cbc-aes-encryption topic, visit your repo's landing page and select "manage topics."