package
0.2.0-beta-5
Repository: https://github.com/kontesthq/go-security.git
Documentation: pkg.go.dev
# Functions
GetInstance returns a singleton instance of NoOpPasswordEncoder.
No description provided by the author
NewDelegatingPasswordEncoder creates a New instance of DelegatingPasswordEncoder.
NewDelegatingPasswordEncoderWithCustomPrefixSuffix creates a New instance with custom prefix and suffix.
NewNoOpPasswordEncoder creates a New instance of NoOpPasswordEncoder.
# Structs
DelegatingPasswordEncoder is a password encoder that delegates to another PasswordEncoder based on a prefixed identifier.
No description provided by the author
NoOpPasswordEncoder is a PasswordEncoder that performs no encoding.
No description provided by the author
SimplePasswordEncoder Example implementation of a PasswordEncoder.
UnmappedIdPasswordEncoder is a default encoder for unmapped ids.
# Interfaces
No description provided by the author