Skip to content

Commit 70ac757

Browse files
committed
docs: update README.md
1 parent 86a30ea commit 70ac757

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
passwd is a zero-setup package for hashing passwords and comparing passwords. This package makes it easy to use `passwd.Password` just like a normal string, but it is secure.
88

9+
## Features
10+
11+
- Zero-setup, just use `passwd.Password` like a normal string, and it will be hashed automatically when storing to the database.
12+
- Implements sql.Scanner and driver.Valuer interfaces.
13+
- Hide the password when printing and Marshaling to JSON.
14+
- Customizable hash comparer algorithm.
15+
916
## Installation
1017

1118
```bash

0 commit comments

Comments
 (0)