issues
search
Keats
/
rust-bcrypt
Easily hash and verify passwords using Bcrypt
MIT License
340
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Custom encryption cannot be implemented
#90
ImmortalD
opened
8 hours ago
1
Use feature "error_on_truncation" to send error on truncation
#89
xuganyu96
closed
14 hours ago
7
Second preimage vulnerability in `verify` function
#87
tarcieri
opened
2 months ago
3
verify Function Incorrectly Validates Different Tokens Against the Same Hash
#86
hakouguelfen
closed
2 months ago
2
Allow testing/example with no features
#85
bgermann
closed
4 months ago
1
Add Clone and Debug traits to Version enum
#84
sn99
closed
6 months ago
3
Fixed CI on 1.57.0
#83
alex
closed
8 months ago
4
Upgrade base64 to 0.22
#82
alex
closed
8 months ago
4
Replace unmaintained actions-rs/* actions in CI workflows
#81
striezel
closed
1 year ago
1
Remove use_logging feature for quickcheck
#80
mkj
closed
1 year ago
1
Make alloc optional
#79
mkj
closed
1 year ago
11
password hash including slash returns InvalidHash
#78
Daku-on
closed
1 year ago
2
Verifying password without hash
#77
mlthlschr
closed
1 year ago
3
Do passwords need to be null terminated?
#76
alanhe
opened
1 year ago
4
Update deps
#75
Keats
closed
1 year ago
0
Use subtle Crate for constant-time comparison
#74
thomdixon
closed
1 year ago
7
It would be nice to see a Changelog file that calls out breaking changes
#73
tapickell
closed
1 year ago
1
Added in method to hash using a base64 encoded salt
#72
jhobern
closed
1 year ago
6
Fixed salt len
#71
danielhuang
closed
2 years ago
5
Zeroize optional
#70
danielhuang
closed
2 years ago
0
Zeroize optional
#69
danielhuang
closed
2 years ago
3
Zero out password copy made in `_hash_password`
#68
typetetris
closed
2 years ago
0
Overwrite allocated memory containing password
#67
typetetris
closed
2 years ago
2
allow null bytes in inputs
#66
slingamn
closed
2 years ago
1
Bump blowfish to 0.9
#65
alex
closed
2 years ago
6
Fuzz
#64
Keats
closed
3 years ago
0
2x prefix should also be considered as valid prefix
#63
Sreyas-Sreelal
closed
3 years ago
1
Panic when verifying with malformed hash
#62
5225225
closed
3 years ago
3
Update msrv for quickcheck
#61
Keats
closed
3 years ago
0
update blowfish dependency
#60
scottlamb
closed
3 years ago
5
Ready for 0.9?
#59
Keats
closed
4 years ago
0
Add getrandom/std to bcrypt/std
#58
pie-flavor
closed
4 years ago
4
Bump base64 to 0.13 and getrandom to 0.2
#57
paolobarbolini
closed
4 years ago
1
Remove byteorder crate
#56
paolobarbolini
closed
4 years ago
1
New version
#55
Keats
closed
4 years ago
0
Fix build
#54
c410-f3r
closed
4 years ago
1
0.8.1
#53
Keats
closed
4 years ago
0
Upgrade blowfish to 0.5
#52
neoeinstein
closed
4 years ago
1
RUSTSEC-2020-0018: crate has been renamed to `block-cipher`
#51
neoeinstein
closed
4 years ago
0
Question on the default version change
#50
alex35mil
closed
4 years ago
2
Prepare for v0.8
#49
Keats
closed
4 years ago
0
Add no_std support
#48
Zireael-N
closed
4 years ago
4
CI: run tests on PRs and pushes to the master branch
#47
Zireael-N
closed
4 years ago
2
Use Vec::with_capacity() to prevent an unnecessary reallocation
#46
Zireael-N
closed
4 years ago
0
Use constant-time comparison in verify()
#45
Zireael-N
closed
4 years ago
1
Use the base64::BCRYPT alphabet
#44
Zireael-N
closed
4 years ago
12
Forbid unsafe code
#43
hhirtz
closed
4 years ago
1
Add ability to parse a hash and get cost and salt #41
#42
kompass
closed
4 years ago
1
Add a hash parsing feature
#41
kompass
closed
4 years ago
2
Make format_for_version(...) public
#40
tmuerell
closed
4 years ago
1
Next