Crypto programming with Python3

Заказчик: AI | Опубликовано: 23.03.2026

The assignment demonstrates ability to apply cryptography using Python3 and consists of several parts: • Creating a private key, public key, and a certificate with your public key. • Using standard cryptographic functions such as hashing, symmetric/asymmetric encryption and decryption, signing, and verifying. • Applying these techniques to a cryptographic problem: securing a chat application.