Update README.md

This commit is contained in:
Bill Buchanan
2023-03-10 08:29:04 +00:00
committed by GitHub
parent a94d40c7e0
commit 16972c2a41

View File

@@ -1,4 +1,20 @@
![esecurity](https://raw.githubusercontent.com/billbuchanan/esecurity/master/z_associated/esecurity_graphics.jpg)
![esecurity](https://raw.githubusercontent.com/billbuchanan/appliedcrypto/master/z_associated/esecurity_graphics.jpg)
In this lab, either catch-up on your labs, complete the AWS labs for cryptography or complete the mini-project.
# Unit 5a: AWS Labs
There are a range of labs to complete using your AWS lab environment:
* Symmetric Key encryption. [Go](https://asecuritysite.com/aws/lab03). An additional lab to outline the usage of symmetric key encryption using KMS.
* Public Key encryption (RSA). [Go](https://asecuritysite.com/aws/lab04). An additional lab to outline the usage of public key encryption using RSA, and in storing the key pair in KMS.
* Public Key Signing (RSA). Go. An additional lab to outline the usage of public key encryption using RSA, and in storing the key pair in KMS.
* Public Key Signing (RSA) and OpenSSL. Go. An additional lab to outline the usage of public key signing using RSA, and in storing the key pair in KMS.
* Digital Signing with ECDSA. Go. An additional lab to outline the usage of public key encryption in generating an ECDSA signature, and in storing the key pair in KMS.
* HMAC. Go. An additional lab to outline the usage of an HMAC signature, in KMS.
* Secrets Manager. Go. An additional lab to outline the usage of secrets manager in KMS.
* Envelope encryption. Go. An additional lab to outline the usage of envelope encryption in KMS.
# Unit 5a: Mini-project