In regular programming courses, cryptography concepts are overlooked. In my initial days as a developer I saw various terms like -- PBKDF-2, salt, key pairs, hashing
. I never really understood what do they mean deeply.
5 years back, I got a chance to help freeCodeCamp in creating a short course on public key cryptography aimed at web developers.
That course gave me a chance to dive deep into these cryptography concepts.
So, I created this free course to share my learnings with all the developers curious to understand the cryptography concepts that are relevant to daily developer life.
🟢 It's live on: https://cryptography-for-devs.github.io
We have got some amazing feedback from Cassidy Williams and Kent C. Dodds!
It fills my heart with joy to receive feedback from people I have admired all along.
I have tried covering developer-oriented cryptography concepts in an easy to follow manner.
- Before we start (Do not skip this)
- Symmetric key encryption
- Code challenge: Caesar's cipher
- Cryptographic hash functions
- Password hashing
- Rainbow table and the salt
- PBKDF-2: slowing down
If the first half proves valuable to lots of developers, then I will work hard on the second half based on developers' feedback.
All of this will remain free, forever! You can follow me on Twitter, there you will receive updates on future releases and my future projects. no BS.
- The Diffie-Hellman key exchange
- RSA public-key encryption
- Challenge: End to end encryption
- The TLS story
- Certificate authorities rule!
- Project: Finale.
There are two ways to contribute that I feel are going to be impactful:
- Improve the existing course content by submitting a PR.
- Create an issue and introduce yourself in that issue, if you would like to help me write one of the future lessons.
If you want to convey to me anything that isn't covered here, the best way is to send me an email on: [email protected]