// Research series
PKCS #11 Key Policy
How handles, attributes and mechanisms determine what a token-held key can actually do.
2-part series · Read in order
// Reading path
From first question to final consequence.
- Part 1The handle is not the key.PKCS #11 gives applications a common view of cryptographic devices. The key's policy, lifecycle and operational meaning still depend on what lies behind the handle.
- Part 2Audit the attributes, not the datasheet.PKCS #11 key policy is expressed through attributes and mechanisms inside the token. An inventory can reveal permissions that a product datasheet cannot.
