Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 327 Bytes

File metadata and controls

6 lines (6 loc) · 327 Bytes

Cryptography-in-Python

Test cases for AES implemented in Python. Can encrypt individual documents using AES encryption.

Running AES.py

Prompts user to enter 'e' for encryption, and 'd' for encryption.
Users specifies which local file to encrypt. 'doc1' and 'doc2' are inputs for testing encryption.