~eau/passwd

175930c604cf16917051c2243ee274a4cf00b568 — eau 5 years ago d69f3b4 v0.2.0
README update for v0.2.0 release.
1 files changed, 5 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +5 -2
@@ 176,7 176,10 @@ hopefully this helps understanding how to use this package.
Changelog
=========

* v0.2.0: (MASTER BRANCH / NOT RELEASED/TAGGED THIS IS JUST MASTER).
* v0.2.1: (MASTER BRANCH / NOT RELEASED/TAGGED THIS IS JUST MASTER).
	* write key'd hash tests & concurrency tests. (ON GOING)

* v0.2.0: 
	* added key'd hash ability (using sha3-256/384 instead sha1/sha256) based on facebook key'd hmac salt/hash using 
	  SetKey() on the profile before any operation.
	  more [understanding](https://bristolcrypto.blogspot.com/2015/01/password-hashing-according-to-facebook.html)


@@ 185,7 188,7 @@ Changelog
	* minor code rearrangement.
	* can be used concurrently lock-free.
	* bugfixes and code cleaning.
	* write key'd hash tests & concurrency tests. (ON GOING)
	* initial key'd hash tests & compatibility tests.

* v0.1.3: 
	* fix a salted+masked+custom profile comparison issue.