(no title)
mras0 | 9 months ago
Correct for 1024, but...
openssl genrsa 1023 | openssl rsa -text -noout
:)Also just noticed that openssl rsa actually has a -modulus switch so you can make do with "cut -b9-"
mras0 | 9 months ago
Correct for 1024, but...
openssl genrsa 1023 | openssl rsa -text -noout
:)Also just noticed that openssl rsa actually has a -modulus switch so you can make do with "cut -b9-"
aaronmdjones|9 months ago