Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 517 Bytes

Encryption Software

Specs:

  • Allow user to select any file existing on his computer.
  • Allow user to encrypt the plain file using:
    * AES “Advanced Encryption Standard” algorithm
    * 256 bits key size
    * CBC Mode
    
  • Allow user to retrieve the plain file from the encrypted one.
  • Allow user to select the name and location before saving the encrypted/decrypted file.

alt text