Hash function bcrypt

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
verleihnix
User
User
Posts: 13
Joined: Sun Dec 14, 2008 4:55 am
Location: Switzerland

Hash function bcrypt

Post by verleihnix »

Hello developers and maintainers,

it would be nice to have a Hash function to generate bcrypt hashes.

https://en.wikipedia.org/wiki/Bcrypt

Kind regards Verleihnix
Rinzwind
Enthusiast
Enthusiast
Posts: 679
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: Hash function bcrypt

Post by Rinzwind »

And HMAC and PBKDF2
Rinzwind
Enthusiast
Enthusiast
Posts: 679
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: Hash function bcrypt

Post by Rinzwind »

Which makes a binary result (instead of string) version of the fingerprint hash versions also welcome... md5, sha256, etc.
Post Reply