This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
Crypto 3.1.0
New:
- BCrypt is now based on a C implementation meaning BCrypt hashes won't take longer for debug builds. (#55)
Fixed:
⚠️ BCrypt.hash(...)
now returns aString
. Previously it returnedData
which was a bug. BCrypt hashes are formatted as UTF-8 encoded Strings and should be returned as such. (#55)
Milestone:
3.1.0