playground/encryption_demo
2024-08-26 21:21:46 -04:00
..
dec encryption demo 2024-08-26 21:21:46 -04:00
enc encryption demo 2024-08-26 21:21:46 -04:00
keys encryption demo 2024-08-26 21:21:46 -04:00
msg encryption demo 2024-08-26 21:21:46 -04:00
README.txt encryption demo 2024-08-26 21:21:46 -04:00
test.bash encryption demo 2024-08-26 21:21:46 -04:00

1. This simply generates keys for alice bob and ken.
2. encrypt a simple message bob to alice.
3. include bob's signature
4. to send a larger message use AES.  Generate a symmetric key using RSA keys
5. encrpyt using AES
6. alice decrypts
7. alice verifies it's from bob - which it should
8. alice verifies it's from ken - which isn't shouldn't.