Functions
The following functions are available globally.
-
Generates pronounceable passwords.
Use
secureflag to generate completely random passwords.Declaration
Swift
public func pwgen(_ length: Int, _ count: Int, _ flags: PasswordFlags) -> [String]Parameters
lengthLength of password
countNumber of passwords to generate
flagsPasswordFlagsto use
Functions Reference