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 is done locally. No information is sent outside of the program.

Because go players can remember game moves so well (the information is meaningful), it allows them to use unique passwords for different websites without having to memorize strange strings of symbols (which are meaningless).

How strong are the passwords? The complexity is 361 * 360 * 359 ... n times where "n" is the number of moves. So after 8 or so moves, they are pretty strong. And when put with the seed, it is very strong.

Features

  • Password Generation

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow GoPass

GoPass Web Site

You Might Also Like
Red Hat Enterprise Linux on Microsoft Azure Icon
Red Hat Enterprise Linux on Microsoft Azure

Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of GoPass!

Additional Project Details

Languages

English

User Interface

Java Swing

Programming Language

Java

Related Categories

Java Security Software, Java Password Generators

Registered

2015-03-01