package
0.2.17
Repository: https://github.com/arana-db/parser.git
Documentation: pkg.go.dev

# Functions

CheckScrambledPassword check scrambled password received from client.
Checks if a MySQL style caching_sha2 authentication string matches a password.
DecodePassword converts hex string password without prefix '*' to byte array.
EncodePassword converts plaintext password(type is string) to hashed hex string.
EncodePasswordBytes converts plaintext password(type is []byte) to hashed hex string.
No description provided by the author
Sha1Hash is an util function to calculate sha1 hash.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
UserIdentity represents username and hostname.