Skip to content

A simple console and WPF application developed to generate random passwords and each MD5 hash.

Notifications You must be signed in to change notification settings

sicil1ano/RandomPasswordGenerator

Repository files navigation

RandomPasswordGenerator

This simple console application generates a random password made by 8 characters.

The algorithm involved in the password creation generates a password using all the 26 letters of the English alphabet, including uppercase characters and special symbols, like # or ?.

The application also allows to copy to the Windows clipboard the new password created and it asks the user if he wants to create another new random password.

The application is also available as WPF project, in the directory RandomPasswordGeneratorWPF.

About

A simple console and WPF application developed to generate random passwords and each MD5 hash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages