# README This is a C# port of Bitwarden's [random password algorithm](https://github.com/bitwarden/jslib/blob/b1d9b84eae451ec2edaf18b7256dd8361b0310ca/src/services/passwordGeneration.service.ts#L44-L155). A couple minor changes to this version from the original are: - The exclusion of all vowels - The addition of a no consecutive character check - No ambiguous characters by default