key-management▌
5 indexed skills · max 10 per page
implementing-rsa-key-pair-management
mukul975/Anthropic-Cybersecurity-Skills · implementing-rsa-key-pair-management
RSA (Rivest-Shamir-Adleman) is the most widely deployed asymmetric cryptographic algorithm, used for digital signatures, key exchange, and encryption. This skill covers generating, storing, rotating,
performing-hardware-security-module-integration
mukul975/Anthropic-Cybersecurity-Skills · performing-hardware-security-module-integration
Integrate Hardware Security Modules (HSMs) using PKCS#11 interface for cryptographic key management, signing operations, and secure key storage with python-pkcs11, AWS CloudHSM, and YubiHSM2.
implementing-envelope-encryption-with-aws-kms
mukul975/Anthropic-Cybersecurity-Skills · implementing-envelope-encryption-with-aws-kms
Envelope encryption is a strategy where data is encrypted with a data encryption key (DEK), and the DEK itself is encrypted with a master key (KEK) managed by AWS KMS. This approach allows encrypting
performing-ssl-certificate-lifecycle-management
mukul975/Anthropic-Cybersecurity-Skills · performing-ssl-certificate-lifecycle-management
SSL/TLS certificate lifecycle management encompasses the full process of requesting, issuing, deploying, monitoring, renewing, and revoking X.509 certificates. Poor certificate management is a leading
configuring-hsm-for-key-storage
mukul975/Anthropic-Cybersecurity-Skills · configuring-hsm-for-key-storage
Hardware Security Modules (HSMs) are tamper-resistant physical devices that safeguard cryptographic keys and perform cryptographic operations in a hardened environment. Keys stored in an HSM never lea