Cryptography & PKI Flashcards
What is CSR ?
Certificate Signing Request - is submitted to the CA (Certificate Authority) to request a certificate.
What is Key Escrow ?
… a Key Storage.
What is the Trust Model ?
The trust model automatically updates browsers with a list of certificates for applications.
What is RA ?
Registered Authority, verifies requests for certificates and forwards the responses.
Which standard implement the requirements of IEEE 802.11i ?
WPA2
What is SAN ?
A Subject Alternativ Name is used when a organization has serval websights that need to be identified as being ohnedies by the same organization.
What is FDE ?
Full Disk Encryption
What is SDE ?
System Data Encryption
What is OSCP ?
OSCP is the sucsessor to the deprecated CRL (Certification Revokation List). It compensate the timing problem.
What is PBKDF2 & bcrypt used for ?
Key Stretching
Asymethrik Algorithms are …
…
- RSA
- ECC (Epiliptical Curve Cryptography)
- Diffie Hellman (Key Exchange Programm)
What is DES ?
DES (Data Encryption Standard) - deprecated!
- 64bit Block Cipher
- Key size 56bit
- Rounds 16
- Symetric
What is 3DES ?
3DES (Data Encryption Standard)
- 64bit Block Cipher
- Key size 168bit
- Rounds 16
- Symetric
What is Blowfish ?
Blowfish
- 64bit Block Cipher
- Key size 32 - 448bit
- Rounds 16
- Symetric
What is AES ?
AES (Advanced Encryption Standard)
- 128bit Block Cipher
- Key size 128,192 or 256bit
- Rounds 10,12 or 14
- Symetric