Skip to content

This is a lab demonstrates the usage of Encryption and Hashing in Python. First we will create some examples using Encryption and Hashing packages, then we will finish off with an active example of sending encrypted messages via sockets.

Notifications You must be signed in to change notification settings

bjohn96i/Cryptography-Exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Cryptography Example Exercise

This is a lab demonstrates the usage of Encryption and Hashing in Python. First we will create some examples using Encryption and Hashing packages, then we will finish off with an active example of sending encrypted messages via sockets.

Requirements

  • Python3
  • Pip

Instructions

  1. Clone this Repo: git clone https://github.com/bjohn96i/Cryptography-Exercise.git
  2. Navigate into this folder: cd Cryptography-Exercise
  3. Run each of the scripts using Python: python3 <script_name>

Resources

Python Sockets Documentation Python Crypography Library Documentation Python RSA Library Documentation Python Hashlib Library Documentation Pythn BCrypt Library Documentation Python Argon2 Library Documentation

About

This is a lab demonstrates the usage of Encryption and Hashing in Python. First we will create some examples using Encryption and Hashing packages, then we will finish off with an active example of sending encrypted messages via sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages