Home
last modified time | relevance | path

Searched refs:pwCharSet (Results 1 – 1 of 1) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/PasswordGenerator/
H A DPwGenerator.cs100 internal static char GenerateCharacter(PwCharSet pwCharSet, in GenerateCharacter() argument
103 uint cc = pwCharSet.Size; in GenerateCharacter()
107 return pwCharSet[i]; in GenerateCharacter()
110 internal static bool PrepareCharSet(PwCharSet pwCharSet, PwProfile pwProfile) in PrepareCharSet() argument
112 uint cc = pwCharSet.Size; in PrepareCharSet()
115 char ch = pwCharSet[i]; in PrepareCharSet()
121 if(pwProfile.ExcludeLookAlike) pwCharSet.Remove(PwCharSet.LookAlike); in PrepareCharSet()
124 pwCharSet.Remove(pwProfile.ExcludeCharacters); in PrepareCharSet()