Giới Thiệu · Aesgcm
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.