From 0d6bf9228dce945195a05def257ad333cc72e918 Mon Sep 17 00:00:00 2001 From: HeshamTB Date: Sat, 18 Apr 2020 17:28:55 +0300 Subject: [PATCH] Update TODO --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index 32b2026..3c5fe29 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,7 @@ -Add signing capability. (sign a word (last word?) using private key) - so reciever can decrypt using my public key to verify the sender. Add scrambling of padding to encrypted messages. https://www.inf.pucrs.br/~calazans/graduate/TPVLSI_I/RSA-oaep_spec.pdf -Add cmd to list keys in keys dir and check if it has private key also. - Add use SHA-1 to provide public key finger print (hashing function). Support reading file for encryption, decryption and maybe signing.