Mais pourquoi ma clé commence toujours par MIGf… ?
06 avril 2020
Read that f… RFC 1421 : Privacy Enhancement for Internet Electronic Mail and follow those precious links : https://lapo.it/asn1js https://docs.microsoft.com/en-us/windows/win32/seccertenroll/about-encoded-length-and-value-bytes http://javadoc.iaik.tugraz.at/iaik_jce/current/iaik/x509/PublicKeyInfo.html https://medium.com/@bn121rajesh/understanding-rsa-public-key-70d900b1033c # Generate 1024 bit Private key $ openssl genrsa -out myprivate.pem 1024 # Separate the public part from the Private key file. $ openssl rsa -in myprivate.pem -pubout > mypublic.pem # Display the […]

