Week 8 - principles of cryptography Flashcards
Symmetric encryption is?
the same key used to encrypt and decrypt
asymmetric cryptography?
2 keys, public and private 1 for encryption and one for decryption, thus not requiring key sharing.
Diffie -Hillman (DH) key exchange is?
two parties agree on a large prime number used to calculate a public key
Virtual Private Network (VPN)
a secure connection, IP hidden
Internet Protocol Security (IPsec)?
protocols for secure connection, used for VPN, encrypts IP packets
Transport Layer Security (TLS)?
encryption based protocol used on https sites, emails, instant message, voice over IP
secure Shell (SSH)
used for remote command line, login, remote command executions
Freshness is?
a measure of how recent a message or portion of data is
Pretty Good Privacy (PGP) is?
exchanging messages with public keys, trust through web of trust
Hybrid Cryptosystems?
a mixture of symmetric and asymmetric encryptions
Rivest-Shamir-Adleman (RSA)?
protocol is a asymmetric encryption method
Nonce
number only used once, to protect against replay attack