Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josestg committed Mar 9, 2023
1 parent 86a30ea commit 70ac757
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70ac757

Please sign in to comment.