rust-postgres/postgres-protocol
Jeff Davis e4e48a06b7 Add password module for hashing on the client side.
Hashing a password on the client side is useful so that you can set a
user's password without ever sending it in plain text to the
server. This avoids leaking passwords in the log or elsewhere.
2021-01-12 14:39:10 -08:00
..
src Add password module for hashing on the client side. 2021-01-12 14:39:10 -08:00
Cargo.toml postgres-protocol: use RustCrypto md-5 crate 2021-01-08 13:35:45 -05:00
CHANGELOG.md Release postgres-protocol v0.6.0 2020-12-25 08:51:47 -05:00
LICENSE-APACHE Move postgres-protocol in-tree 2017-03-12 13:46:01 -07:00
LICENSE-MIT Move postgres-protocol in-tree 2017-03-12 13:46:01 -07:00