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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Application crashes on SafeNet library initialization. Looks like we need to use timeout after library loading.
OS: MacOS 10.14.4 NodeJS: 10.15.3 Library: SafeNet Auth client 10.0.26
const config = configs["safenet"]; console.log("PKCS11:", config.library); const token = new pkcs11.PKCS11(); token.load(config.library); await pause() token.C_Initialize(config.parameters);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Application crashes on SafeNet library initialization. Looks like we need to use timeout after library loading.
OS: MacOS 10.14.4
NodeJS: 10.15.3
Library: SafeNet Auth client 10.0.26
pkcs11js example
The text was updated successfully, but these errors were encountered: