Re: openssl decrypted private key
From: Jean-Luc Cooke (jlcooke_at_engsoc.org)
Date: 10/28/04
- Next message: Mok-Kong Shen: "Re: Layered Counter Chaining"
- Previous message: Anton Stiglic: "Re: Computational secure entropy extraction"
- In reply to: NNTP: "openssl decrypted private key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 28 Oct 2004 14:51:35 GMT
In sci.crypt NNTP <news8080@yahoo.com> wrote:
> have a question regrading private keys,
> I have openssl 1024 bit x509 private key with a passphrase. I
> decrypted the private key with the following command,
> openssl rsa -in mykey.private -out mykey.privd (it asked me for a
> password and then generated mykey.privd
> now my question is that if a users has just the mykey.privd file, can
> he know my password? it is reasonable to assume that he won't be able
> to crack that easily?
x509 is a certificate (public-key) format. The private key is something
else.
But to answer your question:
- no
Knowing only mykey.privd, they can't find the password used in
mykey.private. There isn't even a way (other then brute-force) to find
the password given mykey.private and mykey.privd.
JLC
--
- Next message: Mok-Kong Shen: "Re: Layered Counter Chaining"
- Previous message: Anton Stiglic: "Re: Computational secure entropy extraction"
- In reply to: NNTP: "openssl decrypted private key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|