Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 479 Bytes

File metadata and controls

10 lines (8 loc) · 479 Bytes

AES-encryptor

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:

  1. The tool is in the pre-alpha phase
  2. The tool has note yet fully implemented the AES cipher.
  3. 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