Python for Cybersecurity
Books on hacking and security using Python
good python books for cyber security please
Python for Cybersecurity
I studied one computer security module in my uni, and I used python to create cryptographic algorithms. It was definitely an insightful experience and I learned how to code in python along the way. If you are familiar with asymmetric keys, you can look into building the elgamal crypto algorithm, with diffie hellman key exchange protocol using large prime numbers. For symmetric algorithms, different caesar cipher algorithms such as hill cipher or affine cipher can be done as well.
More on reddit.comHello,
I've been in the cybersecurity space for 10 years but haven't ever touched Python. I'm seeing this is a thing that is required for new roles as of late. Can some of you point me in the right direction to learn Python specifically for cyber roles. I'm going to need this but I'm not exactly sure where to start. I don't see the point in building an "insult generator" or some "moving snake", I don't think those things are going to translate into what I NEED to learn. Thanks.