RyaWcksn / aescrypt

AES to BASE64 encrypt and decrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AES to BASE64 encrypt and decrypt


Languages

Language:Go 100.0%