You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release notes are here https://github.com/BcryptNet/bcrypt.net/releases
233
234
234
-
v2.1.3+ release notes are here https://github.com/BcryptNet/bcrypt.net/releases
235
+
*v4.0.0 (breaking changes)* - A bug in `Enhanced Hashing` was discovered that causes the hashes created to be inoperable between different languages.
236
+
V4 provides the fix for this as well as adding test vectors from PHP and Python to ensure the issue remains fixed in the future. V4 also removes the legacy 384 option that came before Base64 was added.
237
+
238
+
*v3.5.0* - A bug in `Enhanced Hashing` was discovered that causes the hashes created to be inoperable between different languages.
239
+
As part of the fix 3.5 release contains the ability to `Verify` and `HashPassword` were given an additional `v4CompatibleEnhancedEntropy` parameter.
240
+
This allows the user to verify their Enhanced hash as normal; then re-hash + store using V4. This functionality is purely to allow migration and is removed in V4.
241
+
242
+
*v3.3.3* -Performance (heap reduction) for netcore and removal of regex https://github.com/BcryptNet/bcrypt.net/releases/tag/3.3.0
0 commit comments