On Monday, 29 July 2019 at 14:37:54 UTC, 0x wrote:
On a project I was asked to
a- Compute SHA-256 of a password
b- Do a BigInteger, convert to Hex String
c- Encrypt the key using a public key with the following
parameters
Entropy: I'm given some numbers
Modulus: also given long num
On Monday, 29 July 2019 at 14:37:54 UTC, 0x wrote:
On a project I was asked to
a- Compute SHA-256 of a password
b- Do a BigInteger, convert to Hex String
c- Encrypt the key using a public key with the following
parameters
Entropy: I'm given some numbers
Modulus: also given long num
On a project I was asked to
a- Compute SHA-256 of a password
b- Do a BigInteger, convert to Hex String
c- Encrypt the key using a public key with the following
parameters
Entropy: I'm given some numbers
Modulus: also given long numbers
[encrypt using RSA algorithm]
So far I'm familiar wit