CodingTrain / Suggestion-Box

A repo to track ideas for topics
573 stars 86 forks source link

Encryption and Cryptography #1827

Open Whatever0w0 opened 4 months ago

Whatever0w0 commented 4 months ago

It would be cool if you explained some modern cryptographic algorithms from scratch in a series of videos, like triple-DES or one of the variants of AES or RSA, and some hash functions like SHA-1 or MD5. I know this seems like a difficult topic, but with the appropriate warnings (like don't use in real-world applications, use the safer standard libraries), I think it would give plenty of content and it would also be very educational and demystifying (because there's a lot of university lectures but they are not accessible and don't give implementation examples as they usually tell the students to implement it themselves as homework.) (: