A simple command line tool that lets anyone encrypt files using AES-256
Usage: aes-encrytor.exe [e | d] [file] [password]
where "e" means to encrypt and "d" means to decrypt.
PLEASE NOTE:
- The tool is in the pre-alpha phase
- The tool has note yet fully implemented the AES cipher.
- The tool has not been verified by a security expert and therefore may contain errors in implementation that could render the cipher text vulnerable to attack