Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 283 Bytes

Cryptography

应用密码学实验:AES、RSA

Applied Cryptography Labs.

Lab1: AES implementation

ECB, CBC, CFB, OFB, CTR and GCM mode.

Lab2: RSA public key cryptography

Encryption and decryption.

Signature and verification.

Lab3: A secure communication plan