|
|
|
|
|
by mras0
387 days ago
|
|
> moduli generated by OpenSSL will always have the high bit set 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-" |
|