0. Welcome!
Before we move forward, let us make one thing clear.
👉 You must never ever implement your own cryptographic algorithm in production. Because implementing these algorithms is the task of cryptography experts NOT developers.
The only aim of this course is to explain the intuitions behind the cryptographic techniques that come into daily lives of web developers.
But before you use these techniques, you must always read your web framework or language's documentation to find the right library for the task.
Now, let us move to our first lesson, comrade!
Go to the first lesson: Symmetric key encryption