14. Security Flashcards
Wat zijn assests?
Dingen die beschermd moeten worden
Waar staat CIA voor en wat is het?
Confidentiality
Integity
Availablity
Dit is de standaard klassificering voor requirmemens voor security.
Wat is Authenticatie?
Het process om de indentiteit van iemand te veriefieren.
Wat wordt bedoelt met integriteit?
De check of een document / Key wel echt is. Bijvoorbeeld de check of een paspoort alle watermerken heeftt
Wat is indentificatie?
Het proces om te bepalen wie iemand is.
Wat is verschil tussen authenticatie en indentificatie
voorbeeld:
gebruikersnaam invullen = indentificatie
wachtwoord = authenticatie
Wat is preimage restistance?
het is makkelijk om iets (bijvoorbeeld een wachtwoord) te hashen, het is moeilijk het iets te ontcijferen.
Wat is collision resitance?
a hash function H is collision-resistant if it is hard to find two inputs that hash to the same output; that is, two inputs a and b where a ≠ b but H(a) = H(b).[1]: 136 The pigeonhole principle means that any hash function with more inputs than outputs will necessarily have such collisions;[1]: 136 the harder they are to find, the more cryptographically secure the hash function is.
Wat is password salting?
een random waarde die aan het wachtwoord wordt toegevoegd.