BlacKaT Posted March 2, 2008 Posted March 2, 2008 Anyone got a keygen library dictating RSA?i have seen MD5 libraries but not found an implementations of RSA thx
Ziggy Posted March 2, 2008 Posted March 2, 2008 (edited) Anyone got a keygen library dictating RSA?i have seen MD5 libraries but not found an implementations of RSA thxYou won't find an "RSA" library as RSA is implemented just using large integer maths.What you will find are big number maths libraries which can be used for RSA. Popular choices are Miracl C/C++ and Drizz or Fleur (MASM).Z Edited March 2, 2008 by Ziggy
HVC Posted March 2, 2008 Posted March 2, 2008 (edited) For C++ also: OpenSSL: http://www.openssl.org/ Crypto++: http://www.cryptopp.com/ SSLeay: http://www.columbia.edu/~ariel/ssleay/ A good one is also freelip, but i cannot find a reference now... For assembly only: http://www.witeg.xt.pl/ ("Tools and toys") http://drizz.has.it/ As Ziggy already mentioned, there is no library dictating RSA. They are merely libraries that handle big numbers - therefore you have to study a bit. Some RSA guides: RSA Guide, by Yates: http://www.reverse-engineering.info/Crypto...e_to_RSA_08.pdf RSA Studying and Reversing, by evilcry: http://www.reteam.org/papers/e74.pdf And some sites that deal with such stuff (lotsa stuff there): Black-eye's site: http://www.cryptocracking.cjb.net/ MR. HAANDI’s Crypto Corner: http://mrhaandi.thecoderblogs.com/ Crypto-KG: http://cryptokg.cjb.net/ Jean Baptiste (JB): http://jardinezchezjb.free.fr/ (and many more) Check also these links for crypto-sources: ftp://ftp.ox.ac.uk/pub/crypto/ http://www.ussrback.com/crypto/tree.html Edited March 2, 2008 by HVC
BlacKaT Posted March 2, 2008 Author Posted March 2, 2008 For C++ also:OpenSSL: http://www.openssl.org/ Crypto++: http://www.cryptopp.com/ SSLeay: http://www.columbia.edu/~ariel/ssleay/ A good one is also freelip, but i cannot find a reference now... For assembly only: http://www.witeg.xt.pl/ ("Tools and toys") http://drizz.has.it/ As Ziggy already mentioned, there is no library dictating RSA. They are merely libraries that handle big numbers - therefore you have to study a bit. Some RSA guides: RSA Guide, by Yates: http://www.reverse-engineering.info/Crypto...e_to_RSA_08.pdf RSA Studying and Reversing, by evilcry: http://www.reteam.org/papers/e74.pdf And some sites that deal with such stuff (lotsa stuff there): Black-eye's site: http://www.cryptocracking.cjb.net/ MR. HAANDI
mudlord Posted March 2, 2008 Posted March 2, 2008 (edited) BlacKat, you could also add XySSL in the C/C++ section... Edited March 2, 2008 by mudlord
4e4en Posted March 4, 2008 Posted March 4, 2008 There are tpLockBox too, which includes RSA, RSASA, DSA, AES-128, AES-256, and more...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now