| Version | 1.0.0.1 |
|---|---|
| Publisher | Mobilelive |
| Release date | Feb 19, 2020 |
| Date added | Feb 19, 2020 |
| Os requirements | Windows 10, Windows 8, Windows, Windows Server 2016, Windows 7, Windows XP |
| Requirements | .NET framework 4 or up |
| Total downloads | 0 |
| Price | Free |
Description
This program will allow you to encrypt plaintext files or decrypt aes256gcm encrypted files from the command line.
Usage:
aesgcm /mode=[encrypt/decrypt] /iv=[nnn bits] /keysize=[nnn bits] /key="AlphanumericKeyOfKeySizeLengthX" /file="fullpath".
Example:
aesgcm /mode=encrypt /iv=96 /keysize=256 /key="Abcd1234Abcd1234Abcd1234Abcd1234" /file="C:\test.txt\".
Notes:
IV size standard is 128 bit - adjust per use case.
Keysize of 256 bits = 32 character length.
Specified file will be overwritten with an Encrypted or Decrypted version.
Make a backup before using this util if you need the original.