Cryptography Protocols Question:
Download Job Interview Questions and Answers PDF
What is PEM?
Answer:
PEM is the draft Internet Privacy-Enhanced Mail standard, designed, proposed, but not yet officially adopted, by the Internet Activities Board to provide secure electronic mail over the Internet. Designed to work with RFC 822 e-mail formats, PEM includes encryption, authentication, and key management, and allows use of both public-key and secret-key cryptosystems. Multiple cryptographic tools are supported; for each mail message, the specific encryption algorithm, digital signature algorithm, hash function, and so on are specified in the header. PEM explicitly supports only a few cryptographic algorithms; others may be added later. DES in CBC mode is currently the only message encryption algorithm supported, and both RSA and DES are supported for key management. Public-key management in PEM is based on X.509 certificates.
Download Cryptography Protocols Interview Questions And Answers
PDF
Previous Question | Next Question |
Given that messages belong to the set {0,1,2},create shamirs authentication scheme with randomization? | What is S/MIME? |