Re: querry about content of the RSA key file

2008-03-20 Thread Marek . Marcola
Hello, I need to know the content of RSA key files (private and public both). is there any header that we write in these files? what all parameters(n,e,d,p,q) are written in each file? RSA key is encoded with ASN.1. Look at PKCS#1 specification for details. Best regards, -- Marek

querry about content of the RSA key file

2008-03-18 Thread vinay singh
Hello everyone, I need to know the content of RSA key files (private and public both). is there any header that we write in these files? what all parameters(n,e,d,p,q) are written in each file? regards vinay