PKI Flashcards
What are two alternatives to PKI?
- Diffie-Helman provides a method for key exchange using a one-way function without the need of PKI (encrypting the symmetric key with the recipient’s public key) for safe key exchange.
- Knapsack is an alternative public encryption method for creating a public key and a private key.
standard for cryptographic syntax and encrypting messages using PKI
PKCS 7
standard for certificate signing requests
PKCS 10
standard for bundling multiple certificates together for transport
PKCS 12
These are exchanged at the start of a conversion to authenticate each device.
X.509v3 digital certificates which contain the public keys
lightweight public key along with a Diffie-Hellman related handshake between the RFID tag and the RFID reader in RFID implementations.
Elli
Elliptic Curve light
What is PKI?
the framework for issuing, distributing, storing, using, and verifying digital certificates; also used for managing public-key (AKA asymmetric) encryption
uses modular exponentation
DSA
Used in both encryption and digital signing
EL Gamal
What is the difference between HMAC and a digital signature?
- Digital signatures - Provides non-repudiation through PUBLIC-PRIVATE ASYMMETRIC KEYS.
- HMAC- Providing integrity for large data transfers, using SHARED SYMMETRIC KEY.
HMAC is created with what hash typically?
SHA-1, MD-5, Chaskey
what supports homomorphic encryption?
The Paillier cryptosystem
one-way hashing method which protects
against an adaptive chosen ciphertext attack.
Cramer-Shoup
public key method that is used in both encryption and digital signing. It is used in many applications and uses discrete logarithms.
El-Gamal