Projects

Symmetric and asymmetric encryption with python

Python example of using symmetric encryption to encrypt a txt file and then using RSA asymmetric encryption to generate a public and private key to encrypt the key generated during the symmetric encryption process. Then being able to decrypt the RSA public key with the private key.

Plotting Attacks On a map using Azure

Using the free trial to Microsoft Azure I was able to use the resources such as Virtual Machine, Log analytic Workspace, and Azure Sentinel to plot live attacks on a map. This project is inspired by Josh Madakor on YouTube who provided me with the powershell script via github and introduced me to Azure and this project. Please select more details to see the process and explanation of this project.