What projects do you use Python for in your job
Cyber security with python
[deleted by user]
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.comVideos
I have been working with Python a lot more at work and I wanted to know what people in use it for?
I just use it currently to do some data analysis when looking at logs from a csv
What projects do you work with python? What was the challenge and why did you use Python? Aside Python what tools have you used?
What course have you taken to help you work on python especially in the cybersecurity domain?
Would really love to hear your stories