From 1a08a4a1a6c0fbff6ac7dfb699eb585b4b0ef862 Mon Sep 17 00:00:00 2001 From: Saurabh Pujari Date: Thu, 3 Jun 2021 01:41:29 +0530 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f442560..66ba798 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ $ go get github.com/saurabh0719/pswHash ``` -Latest - `v0.1.1` +Latest - `v1.0.0` Apart from being a good password hasher, since it follows the exact same schematics the [default password hasher](https://docs.djangoproject.com/en/3.2/topics/auth/passwords/) in python's Django framework, it can be used to verify passwords when moving to a Go backend but with the same old database from Django.