2020-04-17 19:40:35 +02:00
|
|
|
|
|
|
|
Add scrambling of padding to encrypted messages.
|
|
|
|
https://www.inf.pucrs.br/~calazans/graduate/TPVLSI_I/RSA-oaep_spec.pdf
|
|
|
|
|
|
|
|
Add use SHA-1 to provide public key finger print (hashing function).
|
|
|
|
|
|
|
|
Support reading file for encryption, decryption and maybe signing.
|
|
|
|
|
|
|
|
resources:
|
|
|
|
https://crypto.stackexchange.com/questions/1448/definition-of-textbook-rsa
|
|
|
|
https://crypto.stackexchange.com/questions/3608/why-is-padding-used-for-rsa-encryption-given-that-it-is-not-a-block-cipher
|
|
|
|
https://www.inf.pucrs.br/~calazans/graduate/TPVLSI_I/RSA-oaep_spec.pdf
|
2020-04-18 17:34:36 +02:00
|
|
|
https://stackoverflow.com/questions/17298130/working-with-large-primes-in-python
|
2020-04-20 01:49:48 +02:00
|
|
|
RSA Primitives documentation PKCS: https://tools.ietf.org/html/rfc8017#section-4
|