This page contains a list of projects I have completed or am working on. You will notice a pattern with prefixing a ‘J’ in front of the name, that is because my name is Joss, and not because I use Java, however I am amused by the coincidence.

jPaste

A simple paste bin written in Python using Flask. Motivation for this projects includes:

  • Privacy / Trust
  • The ability to set a custom paste URL
  • Learning

The ability to set a custom url helps when you need to copy a configuration file to another network connected device.

Currently the project is sitting in a private repository until its ready to share.

Link: paste.malasuk.com


jSecret

A simple secret share site written in Python using Flask. Motivation for this projects includes:

  • Privacy / Trust
  • Learning

Sharing secrets can be a bit of a pain, and I do not trust that public options are not harvesting data. There are open source alternatives that can be self hosted, which would address this issue, however I felt it would be fun to write my own.

This was a great exercise in encryption best practices in reguards to storing data.

Currently the project is sitting in a private repository until its ready to share.

Link: secret.malasuk.com