32 bit RSA Key
843810Feb 12 2003 — edited Feb 13 2003hi,
i would like to generate just 32-bit private and public RSA key. How to do it? As i know, using KeyPairGenerator, we can't create 32-bit key because the minimum keysize is 512-bit. Am i correct? So, can u teach me how to generate 32-bit RSA key in Java?
thanks a lot..
need ur help very very much..
Edward