Back to Tags
Cryptography
5 items tagged with "cryptography"
Filter by type:
Anti-Patterns2
Anti-Pattern
Security Through Obscurity
Relying on secrecy of design or implementation as the primary defense, rather than on sound, reviewable security controls.
Anti-Pattern
Rolling Your Own Crypto
Designing or implementing custom cryptographic algorithms or protocols instead of using vetted, standard libraries and primitives.
Glossaries2
Glossary
Asymmetric Encryption
Asymmetric encryption is a cryptographic method that uses a mathematically linked pair of keys, a public key and a private key, where data encrypted with one key can only be decrypted with the other.
Glossary
Public Key Infrastructure (PKI)
Public key infrastructure is the system of certificate authorities, digital certificates, and policies used to issue, manage, and validate public keys, binding them to verified identities.