Toshizuno.com

Hey, I see you've stumbled across my website. My name is [redacted], and I love to program. This website is mostly going to be used for uploading my projects (unfinished or not,) and I plan on making all of the source code downloadable at the click of a button. Please remember that the code I produce is protected under GNU GPLv3, which means it is not available for use commercially or for-profit. The downloads will be formatted with a website folder, and a server folder. The website folder is put on any website, and the server is run with Node.js (not always included.)

All projects on this page are protected under GNU General Public License v3.

Project Name Description Status
Isle Blacklisting Service An application for keeping track of individuals that break the rules of events. Mostly finished, needs some aesthetic improvement.
https (bun) The main module that handles routing the website. Depends on the walk module for static files. Finished.
cookie (bun) Module for parsing cookies. Finished.
session (bun) Module for handling sessions with unique IDs and session variables. Finished.
walk (bun) Module for recursively going through a directory. Used in https for static file registration. Finished.
Kryptoin (node.js) An attempt at creating a Javascript implementation of cryptocurrency over blockchain. Archived.
Software Multifactor Authentication (node.js) Implements a way to authenticate a client without a password that doesn't require purchasing an expensive 3rd-party device. Library implementation complete, needs practical website usage.
Reverse Proxy Tunnel (node.js) Creates a reverse proxy that you can use to circumvent port forwarding in a restricted environment. Finished (i think?) + Archived.
RSA Keyring (node.js) Creates a ring of multiple RSA keys that encrypts your info further than 1 key. Not sure if this is even practical, but I made it. Archived.
Stock Simulator (node.js) Simple stock market simulator with overtime bias towards certain stocks. Isn't accurate as it was a thing I made in a class. Finished.
Page Console Game (node.js) Versus-style slender-style game that works but is not very polished, first attempt at using net protocol for game development. Archived.
Archived Module Suite (node.js) A suite of modules I developed for personal use in projects I develop. These are older modules that I made and the few I use are developed in a different language. Archived.
URL Shortener (Node.js) Website example of shortening website URLs. Doesn't save to file but it does save in memory for the duration of server-time. Archived.
Mobile Street Game (Deno) Attempt to recreate the game Watch_Dogs hacking gamemode as a real-life game for a phone almost like Pokemon GO. Archived.
HTTP Module Attempt (C) W.I.P. implementation of a C library for making HTTP easier in C. Also my learning entry-level project for C. Heavily W.I.P.