crypt 1.0.4 crypt: ^1.0.4 copied to clipboard
One-way string hashing for salted passwords using the Unix crypt format
Changelog #
1.0.4 #
- Updated dependency to allow usage of crypto verson 2.0.2.
1.0.3 #
- Make compatible with Angular 2 version 3.1.
1.0.2 #
- Fixed parsing bug.
1.0.1 #
- Co-exist with other packages that depend on version 0.x.x of crypto.
1.0.0 #
- Match method and equality operator added.
- Changed to represent the crypt as an object with a toString method.
0.0.1 #
- Initial release.