What makes Python a great language?
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn. (more…)
Read more »
Do you want to learn how to calculate a cipher like AES or a hash function like SHA-256?
Here I present popular crypto algorithms in straightforward Python code, with logic that is easy to follow. Read more