Update README.md

This commit is contained in:
Bill Buchanan
2021-02-08 19:16:36 +00:00
committed by GitHub
parent b8548173bb
commit 5bdaf31d51

View File

@@ -4,6 +4,7 @@
Objective: The key objective of this lab is to understand the range of symmetric key methods used within symmetric key encryption. We will introduce block ciphers, stream ciphers and padding. The key tools used include OpenSSL, Python and JavaScript. Overall Python 2.7 has been used for the sample examples, but it should be easy to convert these to Python 3.x.
Lab Demo: [here](https://youtu.be/N3UADaXmOik)
Sample answers:[here](https://github.com/billbuchanan/appliedcrypto/blob/master/unit02_symmetric/lab/possible_ans.md)
## A OpenSSL
OpenSSL is a standard tool that we used in encryption. It supports many of the standard symmetric key methods, including AES, 3DES and ChaCha20.