Difference between revisions of "Openssl genrsa -aes256 -out ./example.org.key 4096"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
  e is 65537 (0x10001)
 
  e is 65537 (0x10001)
 
  Enter pass phrase for ./example.org.key:
 
  Enter pass phrase for ./example.org.key:
 +
Verifying - Enter pass phrase for ./example.org.key:
  
 +
View created key:
 +
cat example.org.key
 +
-----BEGIN RSA PRIVATE KEY-----
 +
Proc-Type: 4,ENCRYPTED
 +
DEK-Info: AES-256-CBC,F72EFC7CF84D63130FCF594A9AA39CEF
 +
 +
v5UDLE1boeuWN/1iDVH4qnxbYDapU390ts9mIqkahiXf0L/93UTtsQinmD/Watzd
 +
.../...
 +
VBBwBxr4Du7JoCoRXCAtFhnh9t8IO9wV3gApZFh9+sPMN7eG6yrjOc4oR+n0BFnA
 +
-----END RSA PRIVATE KEY-----
 +
 +
 +
== Related ==
 +
* [[CSR]]
 +
* <code>[[ssh-keygen]]</code>
  
  

Latest revision as of 10:51, 21 February 2022

openssl genrsa -aes256 -out ./example.org.key 4096
Generating RSA private key, 4096 bit long modulus
...................................................................++
........................................................................................++
e is 65537 (0x10001)
Enter pass phrase for ./example.org.key:
Verifying - Enter pass phrase for ./example.org.key:

View created key:

cat example.org.key
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-256-CBC,F72EFC7CF84D63130FCF594A9AA39CEF

v5UDLE1boeuWN/1iDVH4qnxbYDapU390ts9mIqkahiXf0L/93UTtsQinmD/Watzd
.../...
VBBwBxr4Du7JoCoRXCAtFhnh9t8IO9wV3gApZFh9+sPMN7eG6yrjOc4oR+n0BFnA
-----END RSA PRIVATE KEY-----


Related[edit]


See also[edit]

Advertising: