stevensikorski / password-generator

Desktop application for password generation. Purpose-built for macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

password-generator

This is an application based password-generator written in C# using Xamarin.Mac. This application provides users the ability to generate passwords with varying customizability. Users can select the password length, whether to include symbols, include numbers, include uppercase/lowercase letters, exclude similar characters, and exclude ambiguous characters. Based on a users desired settings, a password will be generated to fit their needs. A copy to clipboard button is provided as well.

Installation

git clone https://github.com/stevensikorski/password-generator.git
cd password-generator
open "Password Generator.app"

Demonstration

demo.mp4

About

Desktop application for password generation. Purpose-built for macOS.

License:MIT License


Languages

Language:C# 100.0%