/aescrypt

AES to BASE64 encrypt and decrypt

Primary LanguageGo

aescrypt

AES to Base64 Encrypt and Decrypt with key

This is my personal project to encrypt and decrypt a text using GO

Encrypt

aescrypt -input <input.txt> -output <encrypt.txt> -key <secret.key> -encrypt=true

Encrypt

aescrypt -input <encrypt.txt> -output <decrypt.txt> -key <secret.key> -decrypt=true

Key generate

aescrypt -key <secret.key> -generatekey=true