| bio | website | |
|---|---|---|
| location | Poland | |
| age | 27 | |
| visits | member for | 11 months |
| seen | May 11 at 15:58 | |
| stats | profile views | 0 |
|
Aug 15 |
awarded | Teacher |
|
Aug 15 |
answered | Recommended Books for Cryptography : Theory and Implementation |
|
Aug 9 |
awarded | Scholar |
|
Aug 9 |
accepted | Secure private key storage |
|
Aug 9 |
answered | Secure private key storage |
|
Aug 8 |
comment |
Secure private key storage Any code showing how to create RFC 5958 key file in java? |
|
Aug 8 |
comment |
Secure private key storage @mikeazo: Yes, but not in a straightforward way, the -aes256 options refer to PEM output used when extracting private keys. To actually create PKCS12 file with AES encryption one needs to use something like this: openssl pkcs12 -export -inkey server.key -keypbe AES-128-CBC -macalg SHA256 -in server.crt -out server.p12. But I have no way to verify if it actually does this... Still, I don't think it's possible to create such a file with JCE (Java Cryptographic Extensions), maybe with Bouncy Castle low level API... |
|
Aug 8 |
awarded | Student |
|
Aug 8 |
asked | Secure private key storage |
|
Aug 8 |
awarded | Supporter |
|
Jul 25 |
answered | Signature and Timestamp for Long Term Document Archival Question |