Replies: 1 comment
-
PIN is only there is you choose "auto activation". That is not recommended in a high security, compliant, deployment. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I’m currently reviewing how cryptotoken details are stored in the EJBCA database, specifically in the CryptoTokenData table. I noticed that the data column contains Base64-encoded content, which, when decoded, includes fields like slotLabelValue, tokenName, sharedLibrary, and a hashed pin.
I have a few questions
1. Which hashing algorithm is used to store the PIN?
2. Is the hashing process configurable?
3. How does EJBCA internally verify or decrypt the PIN during token activation?
Beta Was this translation helpful? Give feedback.
All reactions