A
A
Alghazanth2017-07-24 23:26:21
openvpn
Alghazanth, 2017-07-24 23:26:21

Is it possible to decrypt a client openvpn key?

There is a client private key of the form:
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,9196196DE7460B09
#encrypted text passed
-----END RSA PRIVATE KEY-----
And there is a password to decrypt it, which is entered every time you connect with this key. Is there a way to decrypt the key permanently? In fact, there is a symmetric key, you need some kind of software.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Popov, 2017-07-25
@Alghazanth

openssl rsa -in key-encrypted.pem -out key-decrypted.pem -nodes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question