Password Generator
Password Generator
This password generator is designed to make it easier to create random passwords by allowing you to toggle which symbols/characters can be included in your password with the click of a button. All calculations are preformed on your device and no information is sent back to the server.
Random
Random
This random generator application is designed to be a quick way to create various random values. Currently the types of random ouput that you can generate are crypto, guid, number. The crypto generator uses the crypto.getRandomValues javascript function, the guid generator sends a request to the server and receives back C# guids, and the number generator simply uses the Math.random function.
Bread Dough Calculator
Bread Dough Calculator
Outside of programming I also like to cook in my spare time. One of the things that I really like to make is bread and if you have ever made bread from scratch you know that one of the fundamental properties of bread dough is the hydration level. This application is a simple calculator that can be used to find the hydration level of a particular recipe as well as to determine either the amount of water or flour needed for a given hydration level when either is known.