Software Details:
Version: 1.0.0.1
Upload Date: 3 May 20
Developer: Mobilelive
Distribution Type: Freeware
Downloads: 93
Size: 943 Kb
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.
Requirements:
.NET framework 4 or up
Comments not found