phc-crypto

Hashing algorithms simplified (supports Argon2, Bcrypt, Scrypt, and PBKDF2)

MIT License

Stars
25

Bot releases are visible (Hide)

phc-crypto - v1.3.0 Latest Release

Published by aldy505 4 months ago

[!CAUTION]
This is a BREAKING CHANGE. If you have used this package before, please DO NOT UPGRADE. Please update the indirect dependency instead. But if this is the first time you're using the package, you're free to use it.

What's Changed

Full Changelog: https://github.com/aldy505/phc-crypto/compare/v1.2.0...v1.3.0

phc-crypto - v1.2.0

Published by aldy505 12 months ago

What's Changed

Full Changelog: https://github.com/aldy505/phc-crypto/compare/v1.1.0...v1.2.0

phc-crypto - v1.1.0

Published by aldy505 over 3 years ago

Breaking Change

  • Chacha20poly1305 is no longer supported.

Git Log

762d45d (HEAD -> master, origin/master) feat: salt length option
e9e1127 docs: updated documentation to match enum changes
6c7bd51 refactor: removed chacha20; refactor options to enum;
9d31741 refactor: redundant if-else statements
a2c559d test: aiming for 100% coverage
bb81927 docs: updated github report
4ca6467 ci: fixes codecov reporting

phc-crypto - v1.0.1

Published by aldy505 over 3 years ago

5c8e01d (HEAD -> master, origin/master) fix(bcrypt): return error on failed hex.DecodeString

phc-crypto - v1.0.0

Published by aldy505 over 3 years ago

83ad78b (HEAD -> master, origin/master) docs: added documentation for each subpackage
954381d docs: updated usage guide
10068d1 feat(chacha20poly1305): working functionality
8bf58a1 feat(pbkdf2): added verify function
5837d07 feat(argon2): argon2 support
9e4ba80 docs: added another example
1e7ae19 test: added verify test
d99ce74 feat(core): added some verify logic
2c500bc style: codacy formatting
479b6d5 feat(core): added centralized cryptographic usage
f42710a docs: updated readme
d03e568 feat(core): added chacha20poly1305
d113eb3 feat(*): initial commit