bentonstark / py-hsm

Python module for accessing PKCS#11 compliant HSMs
Other
57 stars 18 forks source link

key derivation #16

Closed sinu closed 2 years ago

sinu commented 2 years ago

@bentonstark can we derive keys from a base AES key using following algorithm NIST_SP800_108_KDF_CM_SHA256 (SHA256 as PRF)

bentonstark commented 2 years ago

Key derivation algorithm support is dependent on the HSM vendor and implementation. You must consult the documentation from your HSM vendor.