GoPass uses moves in a game of go to generate a password.
GoPass is a password generator. Its function is similar to random password generators, but the generation method is very different. This program generates passwords based on opening moves in a go game.
The method is simple: the Custom Seed at the bottom is used to seed a random number generator (RNG). The RNG assigns a value to every intersection on the board. After moves are played, and Make Password pressed, the values of the intersections generate a password based on the game. All of...
This software bundle contains: a 2d video game, a random password generator, a unit conversion program, stopwatch/countdown programs, two calculator apps, a cmd slotmachine game, and a cmd texteditor
NOTE: I make this software as a hobby, It is by know means professional software.