Add password to private RSA key using AES256
Add password to private RSA key using AES256.
Authored by: Petr Stepan (Deworn)Brought to you by Warp, a free terminal reimagined to work like a modern app.
in_key
out_pass_key
Command
Copy
openssl rsa -aes256 -in in.key -out out.key
Tags
Edit in GitHub
Copied