Update TODO

This commit is contained in:
HeshamTB 2020-04-18 17:28:55 +03:00
parent 8d2b822999
commit 0d6bf9228d
Signed by: Hesham
GPG Key ID: 74876157D199B09E

4
TODO
View File

@ -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.