You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mehtab edited this page Aug 11, 2025
·
4 revisions
Welcome to the SoftHSMv2 Wiki!
SoftHSMv2 is a software implementation of a cryptographic store accessible through a PKCS#11 interface. It is designed to meet the requirements of OpenDNSSEC and can also be used with other cryptographic products.
Key Features
PKCS#11 interface for cryptographic operations
Supports Botan and OpenSSL as crypto backends
Cross-platform: Linux, Windows, macOS
Token storage in files or database (SQLite3)
Easy backup and migration
Getting Started
See the Installation page for build and setup instructions.
The Usage page covers initializing tokens and using SoftHSMv2 with PKCS#11 applications.
For configuration details, refer to the Configuration page.