1.4-Public_Key_Infrastructure Flashcards

1
Q

PKI

A

Public Key Infrastructure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

PKI

A

Policies, procedures, hardware, software, people
– Digital certificates:
create, distribute, manage, store, revoke *
Also refers to the binding of public keys to people or devices –
The certificate authority – It’s all about trust

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Symmetric encryption

A
  • A single, shared key – Encrypt with the key
    – Decrypt with the same key
    – If it gets out, you’ll need another key *
  • Secret key algorithm
    – A shared secret
  • Doesn’t scale very well
    – Can be challenging to distribute
  • Very fast to use
    – Less overhead than asymmetric encryption
    – Often combined with asymmetric encryption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Asymmetric encryption

A
  • Public key cryptography
    – Two (or more) mathematically related keys
  • Private key
    – Keep this private
  • Public key
    – Anyone can see this key
    – Give it away
  • The private key is the only key that can decrypt data encrypted with the public key – You can’t derive the private key from the public key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Asymmetric encryption description

A
  • Asymmetric encryption
    – Public Key Cryptography
  • Key generation
    – Build both the public and private key at the same time
    – Lots of randomization
    – Large prime numbers
    – Lots and lots of math
  • Everyone can have the public key
    – Only Alice has the private key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly