Python simple code to generate an encryption
Project detail
#Write a simple and small implementation for 2 questions in cryptography written via a Python language;
1.Implement a simple package based on the RSA algorithm to provide encrypting/decrypting and digital signature signing and verifying.
2. Implement a simple (ECC) Elliptic-curve cryptography package, to provide encrypting/decrypting and digital signature signing and verifying.