sagarwani / ImplementingAES_HMAC_256

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an implementation of "raw" AES Cipher with HMAC-SHA256 algorithm and CBC mode encryption.

Usage: encrypt-auth mode -k key -i input file -o output file
Mode = encrypt or decrypt
-k = Enter the 32-byte key for encryption/decryption in hexadecimal
-i = Enter the name of input file
-o = Enter the name of output file

About


Languages

Language:Go 100.0%