Strryke / nslab2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NS Lab 2: Symmetric Key Encryption and Message Digest

The starter code provided to you is written in Python. You need at least Python 3.10 to complete this assignment and the cryptography module. We will use the Python cryptography module to write our program instead of implementing 3DES, RSA and SHA-256 directly. You will also need this module for your Programming Assignment 2, so take this lab as a precursor to the asssignment.

About


Languages

Language:Python 100.0%