| bio | website | google.com |
|---|---|---|
| location | Stack Overflow | |
| age | 30 | |
| visits | member for | 7 months |
| seen | 19 hours ago | |
| stats | profile views | 18 |
I post stuff on stackoverflow and want a free profile badge for filling out this section :D
|
Apr 22 |
awarded | Suffrage |
|
Apr 22 |
awarded | Vox Populi |
|
Apr 22 |
awarded | Informed |
|
Apr 20 |
awarded | Enthusiast |
|
Mar 26 |
accepted | generating RSA keys through the browser |
|
Mar 25 |
asked | generating RSA keys through the browser |
|
Mar 24 |
awarded | Analytical |
|
Jan 30 |
awarded | Teacher |
|
Jan 29 |
comment |
What is the best way to generate keys in phpseclib? First, when people talk about phpseclib they're probably talking about the "sourceforge" version. First ten sites on Google are for that version anyway. Second, the "sourceforge" version has been hosted on github since last year: github.com/phpseclib . Check out ohloh.net/p/phpseclib vs. ohloh.net/p/phpsec |
|
Jan 29 |
answered | What is the best way to generate keys in phpseclib? |
|
Dec 26 |
comment |
Making a Windows cert say it's purpose is “Ensures the identity of a remote computer” The bit about teh extendedKeyUsage helped. Here's the code to do it in phpseclib: $x509->setExtension('id-ce-extKeyUsage', array('id-kp-serverAuth')); |
|
Dec 26 |
accepted | Making a Windows cert say it's purpose is “Ensures the identity of a remote computer” |
|
Dec 26 |
comment |
how to import a private key in windows The screenshot you provided does that: themidnightcoders.com/fileadmin/docs/dotnet/v5/… I was just trying to duplicate your screenshot as identically as I could.. |
|
Dec 26 |
comment |
how to import a private key in windows phpseclib doesn't do PKCS12 and for purposes of providing support to you in the stackoverflow topic I'm trying to minimize the number of third party tools I'm using.. |
|
Dec 26 |
asked | Making a Windows cert say it's purpose is “Ensures the identity of a remote computer” |
|
Dec 26 |
asked | how to import a private key in windows |
|
Dec 16 |
asked | how does OpenSSL create X.509 certs from SPKACs? |
|
Dec 16 |
accepted | spkac: what is the purpose of the challenge string? |
|
Dec 16 |
asked | spkac: what is the purpose of the challenge string? |
|
Dec 1 |
asked | signatureAlgorithm vs. tbsCertificate -> signature |