Enumerations
The following enumerations are available globally.
-
The available generator algorithms used for password generation
Most use a variation of the counter approach
See moreDeclaration
Swift
@available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *) public enum GeneratorAlgorithm
-
The available hash functions used for password generation
Supported Hashes
These are officially support by google.
- SHA1 (Default)
- SHA256
- SHA512
Declaration
Swift
@available(iOS 13.0, OSX 10.15, watchOS 6.0, tvOS 13.0, *) public enum SupportedHashAlgorithm : String