Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PKCS5Padding ¶
Types ¶
type AesEncoder ¶
type AesEncoder struct{}
type MD4Encoder ¶
type MD4Encoder struct{}
func (MD4Encoder) Encode ¶
func (me MD4Encoder) Encode(passwd []byte) string
func (MD4Encoder) Matches ¶
func (me MD4Encoder) Matches(encodedPass, rawPass string) bool
type SSHAEncoder ¶
type SSHAEncoder struct{}
func (SSHAEncoder) Encode ¶
func (se SSHAEncoder) Encode(rawPass []byte) string
func (SSHAEncoder) Matches ¶
func (se SSHAEncoder) Matches(encodedPass, rawPass []byte) bool
Click to show internal directories.
Click to hide internal directories.