1/91
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Asymmetric Algorithms
RSA, ECC, Diffie-Hellman, El Gamal, Knapsack, and DSA
Symmetric Algorithms
- DES & 3DES
- IDEA
- AES
- Blowfish
- Twofish
-Rivest Ciphers
AES (Advanced Encryption Standard) - Winner
The primary symmetric encryption standard using 128-, 192-, or 256-bit blocks and a matching encryption key size to encrypt. Adopted by NIST. AKA Rijndael Alg/cipher
Blowfish
Symmetric block cipher that uses a 32-448 bit encryption key and can encrypt 64 bits of data at a time when going through and doing those blocks.
RC Cipher Suite
created by Ron Rivest, a cryptographer who's created six algorithms under the name RC which stands for the Rivest Cipher (RC4, RC5, RC6)
RC6
Symmetric block cipher that was introduced as a replacement for DES but AES was chosen instead
ECDH Ephemeral
uses a different key for each portion of the key establishment process inside the Diffie-Hellman key exchange
SHA-1
creates a 160-bit hash digest, which significantly reduces the number of collisions that occur
RACE Integrity Primitive Evaluation Message Digest (RIPEMD)
open-source hashing algorithm that was created as a competitor to the SHA family
HMAC
A message authentication code combining a cryptographic hash function with a secret key. Ex. Supports MD5, SHA1, SHA256
Digital Security Standards (DSS)
Used by the federal government, this relies upon a 160-bit message digest created by the Digital Security Algorithm (DSA)
Root of Trust/Chain of Trust
each certificate is validated using the concept of a root of trust or the chain of trust (like a family tree). Ex. Amazon, Google, Cloudflare
Trusted Platform Module (TPM)
dedicated microcontroller designed to secure hardware through integrated cryptographic keys
CRYSTALS-Dilithium (Primary)
FALCON
SPHINCS+
Which algorithms does NIST prefer for the post-quantum digital signature algorithm?