Securing my sites from the perspective of the CIA Triad
Collection of scripts I wrote to verify the integrity of my websites. Fun project, and useful - this was basically the first times I started implementing scripts with the crontab. Lots of learning moments here.
RPi stock availability and daily Dilbert Comics
Simple scripts to notify me when various RPi boards are back in stock and a script that sends me the current Dilbert comic during work days at 9am sharp.
Writing my own Cipher
This consists of two scripts which are used to first encrypt text-based information into an image and then the second script to decrypt it back. The data goes through several rounds of manipulation before being encoded, uses a symmetric key stored within the image, and as far as I can tell remains safe from frequency analysis.
Automating work with Google Admin Console
Creating large amounts of new users within Google’s Admin Console can be time consuming, so I automated some of it. Now, this script reads submissions from a Google Form spreadsheet and generates a CSV file that I can use to bulk update / create new users on the Admin Console.