Toshizuno.com

Welcome to my website! Here you can find a list of some of the projects that I have worked on. It is not a complete list, however it does contain some of the more easily accessible projects I designed for either community purposes or designed for fun. If you want to hear about some of my other projects (like my C# modding experience,) you can directly request this from me via my personal email tmizuno@toshizuno.com and setup a meeting to discuss further. You can download copies of most of the projects I developed and even the framework this website runs on. Please note the projects on my website fall under the GNU GPLv3 license, please do not redistribute my creative works for the sake of commercial/for-profit use.

GNU General Public License v3.

Project Name Description Status
Competitive White Noise 2 n/a WIP.
Effortless Authentication (authenticator) Experimental protocol for logging into a compatible website without the need for entering a password. This can also do the same for usernames if implemented properly. Experimental; not guaranteed to work as currently working on it.
Isle Blacklisting Service An application for keeping track of individuals that break the rules of events. Mostly finished, needs some aesthetic improvement.
URL Shortener Website example of shortening website URLs. Doesn't save to file but it does save in memory for the duration of server-time. Rough but 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.
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.
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.

Library Name Usage
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.
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.
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.
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.