We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphene-pk11 allows initializing the token and set the User PIN. We should add the same functionality to the node-webcrypto-p11 and Fortify
graphene-pk11
node-webcrypto-p11
PeculiarVentures/graphene#150 (comment)
I'm not sure about InitToken, but InitPin would be useful.
if (!crypto.isPinInitialized()) { crypto.initPin(pin); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
graphene-pk11
allows initializing the token and set the User PIN. We should add the same functionality to thenode-webcrypto-p11
and FortifyPeculiarVentures/graphene#150 (comment)
I'm not sure about InitToken, but InitPin would be useful.
The text was updated successfully, but these errors were encountered: