Perform cryptographic operations using Apple CryptoKit. Use when hashing data with SHA256/SHA384/SHA512, generating HMAC authentication codes, encrypting with…
CryptoKit
Apple CryptoKit provides a Swift-native API for cryptographic operations:
hashing, message authentication, symmetric encryption, public-key signing,
key agreement, and Secure Enclave key storage. Available on iOS 13+.
Prefer CryptoKit over CommonCrypto or raw Security framework APIs in all
new code targeting Swift 6.3+.
Contents
Hashing
HMAC
Symmetric Encryption
Public-Key Signing
Key Agreement
Secure Enclave
Common Mistakes
Review Checklist
References
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.