Page 1 of 1

RSA 4096 sample data for test(public key,private key, ciphered data)

Posted: Mon Dec 10, 2018 4:47 am
by althwa
Who can provide some sample data of RSA4096 for me?

many thanks

Re: RSA 4096 sample data for test(public key,private key, ciphered data)

Posted: Mon Dec 10, 2018 6:28 am
by tay00000
I would strongly recommend you to use either BouncyCastle or Java JCE to generate sample RSA-4096 enciphered data and test.

Also, I would recommend you look into the US NIST's Known Answer Test which is a bunch of sample known test data.

Link: https://csrc.nist.gov/projects/cryptogr ... on-program