Skip to content

Simple tool to encrypt and decrypt aes-256-gcm with key and nonce

License

Notifications You must be signed in to change notification settings

kyroy/aes256gcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws256gcm

A simple tool to encrypt and decrypt aes-256-gcm with key and nonce.

Install

go get -u github.com/kyroy/aes256gcm

Encrypt

aes256gcm enc -in plain.file -out encrypted.file -key 2e3a40d4fef6b0fcfd664a1424aebac2cdd80df0af6d74fc5d44df84d3255718 -nonce bb8ef84243d2ee95a41c6c57

Decrypt

aes256gcm dec -in encrypted.file -out plain.file -key 2e3a40d4fef6b0fcfd664a1424aebac2cdd80df0af6d74fc5d44df84d3255718 -nonce bb8ef84243d2ee95a41c6c57

About

Simple tool to encrypt and decrypt aes-256-gcm with key and nonce

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages