This package provides an implementation of the standard Golang crypto
interfaces that uses PKCS#11 as a backend. Signing is done through the
crypto.Signer interface and decryption through crypto.Decrypter.
.
Supported features are:
- Generation and retrieval of RSA, DSA and ECDSA keys.
- Importing and retrieval of x509 certificates
- PKCS#1 v1.5 signing.
- PKCS#1 PSS signing.
- PKCS#1 v1.5 decryption
- PKCS#1 OAEP decryption
- ECDSA signing.
- DSA signing.
- Random number generation.
- AES and DES3 encryption and decryption.
- HMAC support.
.
Documentation: https://godoc.org/github.com/ThalesIgnite/crypto11
Installed Size: 226.3 kB
Architectures: all