A little repository of my learning process about encryption and hashing with simple example
- Understanding the basic concept of encryption
- Example (using
cryptographylibrary) ->encryption-1.py - Understanding the difference between symmetric and asymmetric encryption
- Example (using
rsalibrary) ->encryption-2.py
- Understanding the basic concept of hashing
- Example (using
hashliblibrary) ->hashing-1.py - Understanding the difference between encryption and hashing
- Example (using
hashliblibrary) ->hashing-2.py