README ¶ GoEncrpyt Go program that encrypts or decrypts a file using the AES cipher. This program was designed as a simple encryptor and decryptor to demonstrate impact on adversary emulations. Build with Go go build main.go Useage Encrypt a file: GoEncrypt.exe --file="File to encrypt.txt" Decrypt a file: GoEncrypt.exe --file="File to Decrypt.txt.encrypted" --decrypt I am not responsible for any misuse of this programe. The program was designed for educational purposes only. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.