Replies: 1 comment
-
A soft crypto token is stored as a PKCS#12 file in the database. That is encryption with either 3DES or AES encryption (not sure which version uses which off hand). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've got a question about the protection of the CA keys in a soft crpyto token (i.e. in the database):
how are the keys stored (and protected) in detail?
I don't find the documentation too detailed, so the only thing I found was in cesecore.properties:
So if I understand this right, when assigning an activation PIN for the crypto token, this PIN is also used as an encryption password for the key material in the database? What sort of encryption is actually applied?
Thanks
Jan
Beta Was this translation helpful? Give feedback.
All reactions