Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/RustCrypto/password-hashes
Password hashing functions / KDFs
https://github.com/RustCrypto/password-hashes
How to create password hash from string?
d47081 opened this issue 10 days ago
d47081 opened this issue 10 days ago
feat(scrypt): Add `Params::n` method
sorairolake opened this pull request 24 days ago
sorairolake opened this pull request 24 days ago
argon2: mention requiring `std` crate feature for `OsRng`
newpavlov opened this pull request 25 days ago
newpavlov opened this pull request 25 days ago
Password hashing example does not compile due to missing feature
eanyanwu opened this issue 26 days ago
eanyanwu opened this issue 26 days ago
yescrypt: re-license under MIT/Apache-2.0
newpavlov opened this issue about 1 month ago
newpavlov opened this issue about 1 month ago
Fix MSRV badges
newpavlov opened this pull request about 1 month ago
newpavlov opened this pull request about 1 month ago
Add explicit zeroize features
ros-cr opened this pull request about 1 month ago
ros-cr opened this pull request about 1 month ago
build(deps): bump cpufeatures from 0.2.15 to 0.2.16
dependabot[bot] opened this pull request about 1 month ago
dependabot[bot] opened this pull request about 1 month ago
::from_b64() errors out on padding ('=' character)
grappas opened this issue about 2 months ago
grappas opened this issue about 2 months ago
build(deps): bump cpufeatures from 0.2.14 to 0.2.15
dependabot[bot] opened this pull request about 2 months ago
dependabot[bot] opened this pull request about 2 months ago
fuzz: add upper bound for scrypt's password and salt sizes
newpavlov opened this pull request 2 months ago
newpavlov opened this pull request 2 months ago
OSS-Fuzz: OSS-Fuzz fuzzing integration
arthurscchan opened this pull request 2 months ago
arthurscchan opened this pull request 2 months ago
scrypt: 0.12.0-pre.2
baloo opened this pull request 3 months ago
baloo opened this pull request 3 months ago
build(deps): bump crypto-bigint from 0.6.0-rc.5 to 0.6.0-rc.6
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
Inconsistency in microbenchmark: OWASP2 vs OWASP5
erikschul opened this issue 3 months ago
erikschul opened this issue 3 months ago
Bump hybrid-array to 0.2.0-rc.10; bump MSRV to 1.81
baloo opened this pull request 3 months ago
baloo opened this pull request 3 months ago
bump cipher to 0.5.0-pre.7
baloo opened this pull request 3 months ago
baloo opened this pull request 3 months ago
build(deps): bump libc from 0.2.155 to 0.2.159
dependabot[bot] opened this pull request 3 months ago
dependabot[bot] opened this pull request 3 months ago
Consistent salt validation
huy-yearnings opened this issue 3 months ago
huy-yearnings opened this issue 3 months ago
Argon2: unbounded (?) RAM usage on Raspberry Pis
daladim opened this issue 3 months ago
daladim opened this issue 3 months ago
build(deps): bump crypto-bigint from 0.6.0-rc.4 to 0.6.0-rc.5
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
build(deps): bump crypto-bigint from 0.6.0-rc.3 to 0.6.0-rc.4
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
build(deps): bump cpufeatures from 0.2.13 to 0.2.14
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
argon2: only enable password-hash dependency if its explicit
BlackHoleFox opened this pull request 4 months ago
BlackHoleFox opened this pull request 4 months ago
build(deps): bump crypto-bigint from 0.6.0-rc.2 to 0.6.0-rc.3
dependabot[bot] opened this pull request 4 months ago
dependabot[bot] opened this pull request 4 months ago
build(deps): bump libc from 0.2.155 to 0.2.158
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
build(deps): bump libc from 0.2.155 to 0.2.157
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
yescrypt v0.0.1-alpha
tarcieri opened this pull request 5 months ago
tarcieri opened this pull request 5 months ago
yescrypt: remove dead code
tarcieri opened this pull request 5 months ago
tarcieri opened this pull request 5 months ago
build(deps): bump cpufeatures from 0.2.12 to 0.2.13
dependabot[bot] opened this pull request 5 months ago
dependabot[bot] opened this pull request 5 months ago
The original bad password is mistyped
b100dian opened this issue 5 months ago
b100dian opened this issue 5 months ago
Cut pre.1 prereleases
tarcieri opened this pull request 5 months ago
tarcieri opened this pull request 5 months ago
Bump `password-hash` dependency to v0.6.0-rc.0
tarcieri opened this pull request 5 months ago
tarcieri opened this pull request 5 months ago
Bump dependencies to latest prereleases
tarcieri opened this pull request 5 months ago
tarcieri opened this pull request 5 months ago
yescrypt cleanups
conradludgate opened this pull request 6 months ago
conradludgate opened this pull request 6 months ago
yescrypt: initial translation
tarcieri opened this pull request 6 months ago
tarcieri opened this pull request 6 months ago
Make methods of `scrypt::Params` to `const fn`
sorairolake opened this pull request 6 months ago
sorairolake opened this pull request 6 months ago
build(deps): bump subtle from 2.6.0 to 2.6.1
dependabot[bot] opened this pull request 6 months ago
dependabot[bot] opened this pull request 6 months ago
build(deps): bump crypto-bigint from 0.6.0-pre.12 to 0.6.0-rc.0
dependabot[bot] opened this pull request 6 months ago
dependabot[bot] opened this pull request 6 months ago
build(deps): bump subtle from 2.5.0 to 2.6.0
dependabot[bot] opened this pull request 7 months ago
dependabot[bot] opened this pull request 7 months ago
Strange behavior of Argon2
JKearnsl opened this issue 7 months ago
JKearnsl opened this issue 7 months ago
cargo: point `repository` metadata to clonable URLs
lucab opened this pull request 7 months ago
lucab opened this pull request 7 months ago
Why doesn't Argon2's update_address_block function do LE64 conversions?
watason opened this issue 7 months ago
watason opened this issue 7 months ago
build(deps): bump zeroize from 1.7.0 to 1.8.1
dependabot[bot] opened this pull request 7 months ago
dependabot[bot] opened this pull request 7 months ago
sha-crypt: Change parameter type and make hashing infallible
tbu- opened this pull request 8 months ago
tbu- opened this pull request 8 months ago
`sha256_crypt` doesn't need an error return
tbu- opened this issue 8 months ago
tbu- opened this issue 8 months ago
`Sha256Params::new`'s `round` parameter should probably not be a `usize`
tbu- opened this issue 8 months ago
tbu- opened this issue 8 months ago
bump `password-hash` to `0.6.0-pre.0`
baloo opened this pull request 8 months ago
baloo opened this pull request 8 months ago
bcrypt-pbkdf: scrypt: bump cipher to `0.5.0-pre.4`
baloo opened this pull request 8 months ago
baloo opened this pull request 8 months ago
build(deps): bump getrandom from 0.2.14 to 0.2.15
dependabot[bot] opened this pull request 8 months ago
dependabot[bot] opened this pull request 8 months ago
build(deps): bump zeroize from 1.7.0 to 1.8.0
dependabot[bot] opened this pull request 8 months ago
dependabot[bot] opened this pull request 8 months ago
are these 2 different parameters basically the same?
fu3x11 opened this issue 9 months ago
fu3x11 opened this issue 9 months ago
build(deps): bump getrandom from 0.2.12 to 0.2.14
dependabot[bot] opened this pull request 9 months ago
dependabot[bot] opened this pull request 9 months ago
build(deps): bump getrandom from 0.2.12 to 0.2.13
dependabot[bot] opened this pull request 9 months ago
dependabot[bot] opened this pull request 9 months ago
Add PartialEq to scrypt::Params
uglyoldbob opened this pull request 10 months ago
uglyoldbob opened this pull request 10 months ago
bcrypt-pbkdf: scrypt: bump cipher to `0.5.0-pre.4`
baloo opened this pull request 10 months ago
baloo opened this pull request 10 months ago
Prepare pre.0 prereleases
baloo opened this pull request 11 months ago
baloo opened this pull request 11 months ago
Reduce rust-version
pflanze opened this pull request 11 months ago
pflanze opened this pull request 11 months ago
Argon2 - memory use
mrjackwills opened this issue 11 months ago
mrjackwills opened this issue 11 months ago
argon2 does not zeroize derived key
sekinfo opened this issue 11 months ago
sekinfo opened this issue 11 months ago
build(deps): bump actions/cache from 3 to 4
dependabot[bot] opened this pull request 12 months ago
dependabot[bot] opened this pull request 12 months ago
argon2 v0.5.3
tarcieri opened this pull request 12 months ago
tarcieri opened this pull request 12 months ago
argon2: fix big endian support
tarcieri opened this pull request 12 months ago
tarcieri opened this pull request 12 months ago
[argon2] many tests fail on s390x, likely due to endianness issues
michel-slm opened this issue 12 months ago
michel-slm opened this issue 12 months ago
build(deps): bump getrandom from 0.2.11 to 0.2.12
dependabot[bot] opened this pull request 12 months ago
dependabot[bot] opened this pull request 12 months ago
build(deps): bump cpufeatures from 0.2.11 to 0.2.12
dependabot[bot] opened this pull request 12 months ago
dependabot[bot] opened this pull request 12 months ago
Argon2 - Freeing memory after use
lfpraca opened this issue about 1 year ago
lfpraca opened this issue about 1 year ago
build(deps): bump crypto-bigint from 0.5.4 to 0.5.5
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
Provide salt for sha512_simple() and sha256_simple()?
netson opened this issue about 1 year ago
netson opened this issue about 1 year ago
build(deps): bump zeroize from 1.6.0 to 1.7.0
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
build(deps): bump zeroize from 1.6.0 to 1.6.1
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
build(deps): bump crypto-bigint from 0.5.3 to 0.5.4
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
Cargo.lock: downgrade `rayon` to 1.7.0
tarcieri opened this pull request about 1 year ago
tarcieri opened this pull request about 1 year ago
build(deps): bump getrandom from 0.2.10 to 0.2.11
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
Update lib.rs
dfarnham opened this pull request about 1 year ago
dfarnham opened this pull request about 1 year ago
build(deps): bump cpufeatures from 0.2.10 to 0.2.11
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
build(deps): bump cpufeatures from 0.2.9 to 0.2.10
dependabot[bot] opened this pull request about 1 year ago
dependabot[bot] opened this pull request about 1 year ago
[Curiosity] Speed difference debug/release argon2
kolbma opened this issue about 1 year ago
kolbma opened this issue about 1 year ago
Will Base64ShaCrypt ever be supported ?
oganexon opened this issue over 1 year ago
oganexon opened this issue over 1 year ago
build(deps): bump sha2 from 0.10.7 to 0.10.8
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
build(deps): bump sha1 from 0.10.5 to 0.10.6
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
build(deps): bump rayon from 1.7.0 to 1.8.0
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
Inconsistency between `hash_into` function names
brxken128 opened this issue over 1 year ago
brxken128 opened this issue over 1 year ago
Possibility of `new` fns const?
rakshith-ravi opened this issue over 1 year ago
rakshith-ravi opened this issue over 1 year ago
build(deps): bump actions/checkout from 3 to 4
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
Argon2: Fix docs about minimum value of `m_cost`
sorairolake opened this pull request over 1 year ago
sorairolake opened this pull request over 1 year ago
Argon2: Fix `Params` docs
sorairolake opened this pull request over 1 year ago
sorairolake opened this pull request over 1 year ago
build(deps): bump crypto-bigint from 0.5.2 to 0.5.3
dependabot[bot] opened this pull request over 1 year ago
dependabot[bot] opened this pull request over 1 year ago
argon2: example in documentation doesn't compile with default feature flags
nikhilraojl opened this issue over 1 year ago
nikhilraojl opened this issue over 1 year ago
argon2 v0.5.2
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
password-auth v1.0.0
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
`argon2::Error` does not implement `std::error::Error`
ISibboI opened this issue over 1 year ago
ISibboI opened this issue over 1 year ago
Argon2: Fixed max params
Sc00bz opened this pull request over 1 year ago
Sc00bz opened this pull request over 1 year ago
Argon2: Max params
Sc00bz opened this issue over 1 year ago
Sc00bz opened this issue over 1 year ago
argon2: more const-ness
C0D3-M4513R opened this pull request over 1 year ago
C0D3-M4513R opened this pull request over 1 year ago
Mention in doc comment that `len` field of `scrypt::Params` is used only in `PasswordHasher`
sorairolake opened this issue over 1 year ago
sorairolake opened this issue over 1 year ago
Update Clippy and fix lints
newpavlov opened this pull request over 1 year ago
newpavlov opened this pull request over 1 year ago
Revert "argon2: improve `const` compatibility (#438)"
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago
argon2: make it works well with `thiserror`.
Hapenia-Lans opened this issue over 1 year ago
Hapenia-Lans opened this issue over 1 year ago
argon2 v0.5.1
tarcieri opened this pull request over 1 year ago
tarcieri opened this pull request over 1 year ago