AES in OCB mode by Python.
- Quick summary: AES in OCB mode by Python.
- Version 3.2.0
- Install Python 2.7
- Run OCB-AES-Encrpt and input some text and they will be encrypt and store to tag/ciphertext files.
- Run OCB-AES-Decrppt to decrypt from two files to get plaintext.
- Run encryptgui.py to test the GUI.
- Run six servers at the same time and you can interact with other clients to exchange cipher.
- You should set correct header and authenticated from server to play with many functions.
- Bo Cheng Huang