Click to See Complete Forum and Search --> : Large Prime
shamid_azimof
September 27th, 2006, 01:59 PM
Hi every one
I must write a projct about security and iwant to create large primes(1024 bit and 512 bit) --RSA and ...- now i want to learn about algorithm that help me
tnx
kumaresh_ana
September 28th, 2006, 12:19 AM
openssl (http://www.openssl.org/docs/crypto/RAND_bytes.html#)(an open source crypto library) has everything builtin. Try it. Also I will suugest knuth's volume two if you need a book.
shamid_azimof
September 28th, 2006, 03:20 AM
openssl (http://www.openssl.org/docs/crypto/RAND_bytes.html#)(an open source crypto library) has everything builtin. Try it. Also I will suugest knuth's volume two if you need a book.
tnx but I cant use any API(win32 or Linux) or Library --one of My Master's Conditions for this prj --
kumaresh_ana
September 28th, 2006, 03:30 AM
I didnot mean to use that. Read the source and document, get the algo out of it. "Learn by example" is the easiest way of learning anything. If you have any difficulties in that come over here there are many who can help you. happy coding ;)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.