J
Jamis Buck
OpenSSL question:
I know you can create new keys easily using Ruby's OpenSSL module:
require 'openssl'
key = OpenSSL:
Key:
SA.new( 1024 )
However, is there a way to generate a new key that is protected by a
passphrase? I've picked through the ossl source code and don't see an
obvious answer to this question, so I figure it's either not possible,
or the procedure for doing it is non-obvious.
Thanks for any advice!
- Jamis
--
Jamis Buck
(e-mail address removed)
http://www.jamisbuck.org/jamis
"I use octal until I get to 8, and then I switch to decimal."
I know you can create new keys easily using Ruby's OpenSSL module:
require 'openssl'
key = OpenSSL:
However, is there a way to generate a new key that is protected by a
passphrase? I've picked through the ossl source code and don't see an
obvious answer to this question, so I figure it's either not possible,
or the procedure for doing it is non-obvious.
Thanks for any advice!
- Jamis
--
Jamis Buck
(e-mail address removed)
http://www.jamisbuck.org/jamis
"I use octal until I get to 8, and then I switch to decimal."