Cryptographic failure Flashcards
(9 cards)
What is PII
Personal Identifiable Information
If TLS is not enforced on all of a websites pages, an attacker could:
Downgrade connections from HTTPS to HTTP
Hijack an authenticated session
Alter transported data
Incept and decipher encrypted passwords
True or False:
When storing passwords in a database, it is best practice to use unsalted hashes
False
True or False:
Only data protected by regulations, such as GDPR or PCIDSS required cryptographic security
False
Password should be stored with an algorithm such as:
SHA1, bcrypt, argon2
True or False:
Sensitive data only requires encryption when it is at rest
False
All application data should be classified if it is:
Stored, transmitted, or processed
Common cryptographic failures include:
Poorly designed rainbow tables
Weak key generation
Using outdated cyphers
Instead of compromising cryptographic techniques, attackers will:
Steal session keys
Attack TLS protocols
Execute man in the middle attacks
Steal clear text data from a server