From 70ac7579918baacf8a42b86afe20c4b607c9462c Mon Sep 17 00:00:00 2001 From: Jose Sitanggang Date: Thu, 9 Mar 2023 23:26:39 +0700 Subject: [PATCH] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e40e383..78e9b38 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ 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. +## Features + +- Zero-setup, just use `passwd.Password` like a normal string, and it will be hashed automatically when storing to the database. +- Implements sql.Scanner and driver.Valuer interfaces. +- Hide the password when printing and Marshaling to JSON. +- Customizable hash comparer algorithm. + ## Installation ```bash