Samp Bcrypt Versions Save

A bcrypt plugin for samp in Rust.

0.4.1

1 month ago
  • Updated Rust SDK to latest version, which fixes issues with packed strings and PawnPlus

0.4.0

1 year ago

Now supports custom arguments for bcrypt_verify

0.3.4

2 years ago

BCRYPT_HASH_LENGTH needs to account for null terminator #10 , Thanks to @Vince0789

0.3.3

2 years ago
  • Add BCRYPT_HASH_LENGTH and BCRYPT_COST (#9) thanks to @Kirima2nd

0.3.2

3 years ago
  • fixes the issue in parsing argument as rust sdk is incorrectly checking count on next method

0.3.1

3 years ago
  • Fixes backward compatibility issues ( #7 )

0.3.0

3 years ago

Now supports custom arguments for callbacks called after hashing.

0.2.3

3 years ago
  • const correction thanks to @PatrickGTR
  • Updated the rust sdk to latest version that fixes the issue of samp-gdk conflict occurred randomly for some people.

0.2.2

4 years ago
  • Fixes compatibility issues with pawnplus

0.2.1

4 years ago
  • Avoid using separate log files,removed unnecessary loaded and unloaded messages.