@@ -46,3 +46,9 @@ Re-implement diffie-hellman and rsa as web app (move crypto functions into separ
In the case of RSA implement encryption of text (convert it to bytes) and decryption (Also in console app).
## HW05
***Deadline 2020-11-08 23:59:59***
Secure your web app controllers (diffie-helman and rsa) as was demonstrated in class. IDOR. Use the built in identity system. Check for correct user and correct ownership of resources on every controller action.