Question 8 of 10Pro Only
What cryptographic principles should developers understand, and what are common mistakes to avoid?
Sample answer preview
Developers should understand cryptographic principles without implementing primitives themselves. Use established libraries and follow their guidance. Symmetric encryption uses the same key for encryption and decryption. AES-256 in GCM mode is the recommended choice.
AES-GCMRSASHA-256key managementauthenticated encryptioninitialization vector