Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 1.52 KB

more-cryptographic-concepts.md

File metadata and controls

49 lines (24 loc) · 1.52 KB

More Cryptographic Concepts for Developers

...

Digital Certificates, the X.509 Standard and PKI

...

https://cryptography.io/en/latest/x509/

Transport Layer Security (TLS) and SSL

...

https://en.wikipedia.org/wiki/Transport_Layer_Security

A cipher suite is a set of algorithms that help secure a network connection that uses Transport Layer Security (TLS) or its now-deprecated predecessor Secure Socket Layer (SSL). The set of algorithms that cipher suites usually contain include: a key exchange algorithm, a symmetric encryption algorithm, and a message authentication code (MAC) algorithm.

External Authentication and OAuth

...

Two-Factor Authentication and One-Time Passwords

https://cryptography.io/en/latest/hazmat/primitives/twofactor/

https://tools.ietf.org/html/rfc4226.html

Infected Cryptosystems and Crypto Backdoors

https://en.wikipedia.org/wiki/Kleptography

Other Cryptographic Concepts and Standards

Just to mention, the practical cryptography is endless. This is a list of crypto concepts, algorithm, protocols and standards that we will not going to explain in this book, but you can read about them from the provided links:

  • Kerberos - ...

  • IPsec - ...

  • WiFi cryptography standards - ...

  • PGP - ...

  • S/MIME - ...