Skip to content

Other Projects

fileEncrypter

A simple tool that can Encrypt and Decrypt arbitrary data using randomly generated RSA Keys.

It was built for fun using a Python library i had discovered called pycryptodomex. It is functional but it is far from being a tool i would use seriously. With that said, i am happy with the results and this tool has taught me a lot about cryptography.

underhand_enemies

pyNotepad

A simple text editor written in Python with an interface cobbled together in tkinter. It lacks chooseable fonts, doesn't check if a file has been saved, nor does it support anything other than plain text, but it is otherwise quite functional and lightweight.

pynotepad_main

qrEncoder

A script that can be used to turn arbitrary data, such as website links or other information, into a QR Code that can then be printed out on physical media or placed as an image onto a website or other document.

b2Combine

A script that reads the contents of Backblaze B2 log files and then merges them into a single large file, which can then be analysed for anomalies or errors.

jsonToCSV

A similar script to b2Combine, but instead processes Caddy logs and turns them into human-readable CSV files, which can then be analysed for anomalies or errors.