Vin McLellan <[EMAIL PROTECTED]> writes:
> Hani Almansour <[EMAIL PROTECTED]> queried the Listocracy:
>
> >I have implementation for RSA, SHA, MD5 and I want to test it. is there a
> >fast way to test the output of any one of these encryption or if there is a
> >program that test the output.
>
> Eric Rescorla <[EMAIL PROTECTED]> and Jim Gillogly <[EMAIL PROTECTED]>
> referred Hani to SHA and MD5 test vectors in the respective standards.
>
> EKR's comments may have also left the unfortunate impression that
> there are no available tests for implementations of RSA public key
> cryptosystems. RSA itself is one source for such tests. See RSA's PKCS
> reference page at: <http://www.rsa.com/rsalabs/pubs/PKCS/>
There's more to correctly implementing RSA than simply
correctly implementing PKCS-1. Consequently, PKCS-1 test
vectors don't do the whole job.
The tricky bit is correctly generating the key. I don't know
of any test vectors for this, a la the test vectors in FIPS-186a
for DSS parameter and key generation.
-Ekr
--
[Eric Rescorla [EMAIL PROTECTED]]