You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@
6
6
7
7
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.
8
8
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.
0 commit comments