Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/RustCrypto/password-hashes

Last synced: about 5 hours ago

Repository metadata:

Password hashing functions / KDFs


Owner metadata:


Committers metadata

Last synced: 1 day ago

Total Commits: 431
Total Committers: 52
Avg Commits per committer: 8.288
Development Distribution Score (DDS): 0.52

Commits in past year: 46
Committers in past year: 12
Avg Commits per committer in past year: 3.833
Development Distribution Score (DDS) in past year: 0.609

Name Email Commits
Tony Arcieri b****e@g****m 207
dependabot[bot] 4****] 100
Артём Павлов [Artyom Pavlov] n****v@g****m 56
Arthur Gautier a****r@a****m 6
daxpedda d****a@g****m 5
Louis b****x@p****m 3
Shun Sakai s****e@p****h 3
Dirk Stolle s****v@w****e 3
Carson McManus d****3 2
C0D3 M4513R 2****R 2
Alex Gaynor a****r@g****m 2
Ryan Lee r****7@y****m 2
Dezhi Wu w****7@1****m 1
Dmitry Rodionov d****6@g****m 1
Edwin g****t@o****t 1
Emmanuel Leblond e****d@g****m 1
FirelightFlagboy 3****y 1
Kai Li l****i 1
Max Friedrich m****e 1
Numenorean 4****n 1
Steve Thomas S****z 1
lkarthee l****e 1
Anton Lazarev 2****m 1
Armin Widegreen a****n 1
ChanTsune 4****e 1
Falko 1****7 1
Glitch s****h@c****t 1
Henry de Valence h****e@h****a 1
Isaac Clayton s****k@g****m 1
Jayson Reis s****s@g****m 1
and 22 more...

Issue and Pull Request metadata

Last synced: about 5 hours ago


Package metadata

cargo: pbkdf2

Generic implementation of PBKDF2

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2
  • Documentation: https://docs.rs/pbkdf2/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.12.2 (published over 1 year ago)
  • Last Synced: 2024-11-08T19:33:55.624Z (1 day ago)
  • Versions: 26
  • Dependent Packages: 229
  • Dependent Repositories: 8,903
  • Downloads: 63,127,215 Total
  • Docker Downloads: 31,206,115
  • Rankings:
    • Downloads: 0.263%
    • Dependent repos count: 0.315%
    • Dependent packages count: 0.324%
    • Docker downloads count: 0.461%
    • Average: 2.629%
    • Stargazers count: 7.116%
    • Forks count: 7.298%
  • Maintainers (1)
cargo: scrypt

Scrypt password-based key derivation function

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/scrypt
  • Documentation: https://docs.rs/scrypt/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.11.0 (published over 1 year ago)
  • Last Synced: 2024-11-08T19:33:55.748Z (1 day ago)
  • Versions: 25
  • Dependent Packages: 88
  • Dependent Repositories: 1,965
  • Downloads: 10,339,035 Total
  • Docker Downloads: 23,302,655
  • Rankings:
    • Dependent packages count: 0.721%
    • Downloads: 0.923%
    • Dependent repos count: 0.943%
    • Docker downloads count: 2.23%
    • Average: 3.326%
    • Stargazers count: 7.503%
    • Forks count: 7.634%
  • Maintainers (1)
cargo: argon2

Pure Rust implementation of the Argon2 password hashing function with support for the Argon2d, Argon2i, and Argon2id algorithmic variants

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/argon2
  • Documentation: https://docs.rs/argon2/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.5.3 (published 10 months ago)
  • Last Synced: 2024-11-08T19:33:55.488Z (1 day ago)
  • Versions: 27
  • Dependent Packages: 156
  • Dependent Repositories: 987
  • Downloads: 5,418,706 Total
  • Docker Downloads: 23,282,473
  • Rankings:
    • Dependent packages count: 0.549%
    • Downloads: 1.277%
    • Dependent repos count: 1.328%
    • Docker downloads count: 3.254%
    • Average: 3.591%
    • Stargazers count: 7.503%
    • Forks count: 7.634%
  • Maintainers (1)
cargo: bcrypt-pbkdf

bcrypt-pbkdf password-based key derivation function

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/bcrypt-pbkdf
  • Documentation: https://docs.rs/bcrypt-pbkdf/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.10.0 (published over 1 year ago)
  • Last Synced: 2024-11-08T19:33:55.324Z (1 day ago)
  • Versions: 22
  • Dependent Packages: 15
  • Dependent Repositories: 80
  • Downloads: 4,018,115 Total
  • Rankings:
    • Downloads: 1.497%
    • Dependent packages count: 2.628%
    • Dependent repos count: 3.759%
    • Average: 4.604%
    • Stargazers count: 7.503%
    • Forks count: 7.634%
  • Maintainers (1)
cargo: balloon-hash

Pure Rust implementation of the Balloon password hashing function

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/balloon-hash
  • Documentation: https://docs.rs/balloon-hash/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.4.0 (published over 1 year ago)
  • Last Synced: 2024-11-08T19:33:53.350Z (1 day ago)
  • Versions: 8
  • Dependent Packages: 4
  • Dependent Repositories: 23
  • Downloads: 75,702 Total
  • Rankings:
    • Dependent repos count: 5.673%
    • Dependent packages count: 7.417%
    • Stargazers count: 7.503%
    • Average: 7.62%
    • Forks count: 7.634%
    • Downloads: 9.873%
  • Maintainers (1)
cargo: sha-crypt

Pure Rust implementation of the SHA-crypt password hash based on SHA-512 as implemented by the POSIX crypt C library

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/sha-crypt
  • Documentation: https://docs.rs/sha-crypt/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.5.0 (published over 1 year ago)
  • Last Synced: 2024-11-08T19:33:52.892Z (1 day ago)
  • Versions: 10
  • Dependent Packages: 5
  • Dependent Repositories: 8
  • Downloads: 75,154 Total
  • Rankings:
    • Dependent packages count: 6.221%
    • Stargazers count: 7.503%
    • Forks count: 7.634%
    • Average: 7.706%
    • Dependent repos count: 8.363%
    • Downloads: 8.806%
  • Maintainers (1)
cargo: password-auth

Password authentication library with a focus on simplicity and ease-of-use, including support for Argon2, PBKDF2, and scrypt password hashing algorithms

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/password-auth
  • Documentation: https://docs.rs/password-auth/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 1.0.0 (published about 1 year ago)
  • Last Synced: 2024-10-29T14:44:33.964Z (11 days ago)
  • Versions: 8
  • Dependent Packages: 4
  • Dependent Repositories: 1
  • Downloads: 93,214 Total
  • Rankings:
    • Stargazers count: 7.503%
    • Forks count: 7.634%
    • Downloads: 10.09%
    • Average: 10.804%
    • Dependent packages count: 12.245%
    • Dependent repos count: 16.55%
  • Maintainers (1)
cargo: yescrypt

Pure Rust implementation of the yescrypt password hashing function

  • Homepage: https://github.com/RustCrypto/password-hashes/tree/master/yescrypt
  • Documentation: https://docs.rs/yescrypt/
  • Licenses: BSD-2-Clause
  • Latest release: 0.0.0 (published about 3 years ago)
  • Last Synced: 2024-11-08T19:33:54.321Z (1 day ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,313 Total
  • Rankings:
    • Stargazers count: 8.14%
    • Forks count: 8.318%
    • Dependent repos count: 29.318%
    • Average: 31.137%
    • Dependent packages count: 33.812%
    • Downloads: 76.098%
  • Maintainers (1)
cargo: md5-crypt

Reserved for future use

  • Homepage:
  • Documentation: https://docs.rs/md5-crypt/
  • Licenses: Apache-2.0 OR MIT
  • Latest release: 0.1.0 (published over 1 year ago)
  • Last Synced: 2024-11-08T19:33:54.460Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 758 Total
  • Rankings:
    • Stargazers count: 7.99%
    • Forks count: 8.354%
    • Dependent repos count: 29.318%
    • Dependent packages count: 33.812%
    • Average: 35.328%
    • Downloads: 97.167%
  • Maintainers (1)

Dependencies

.github/workflows/argon2.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/balloon-hash.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/bcrypt-pbkdf.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/password-auth.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/pbkdf2.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/readme.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/scrypt.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/security-audit.yml actions
  • actions-rs/audit-check v1 composite
  • actions/cache v3 composite
  • actions/checkout v3 composite
.github/workflows/sha-crypt.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.github/workflows/workspace.yml actions
  • RustCrypto/actions/cargo-cache master composite
  • actions-rs/cargo v1 composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
.readme/Cargo.lock cargo
  • base64ct 1.5.3
  • blake2 0.10.6
  • block-buffer 0.10.3
  • cfg-if 1.0.0
  • cipher 0.4.3
  • cpufeatures 0.2.5
  • crypto-common 0.1.6
  • digest 0.10.6
  • generic-array 0.14.6
  • getrandom 0.2.8
  • hmac 0.12.1
  • inout 0.1.3
  • libc 0.2.139
  • password-hash 0.5.0-pre.0
  • rand_core 0.6.4
  • salsa20 0.10.2
  • sha2 0.10.6
  • subtle 2.4.1
  • typenum 1.16.0
  • version_check 0.9.4
  • wasi 0.11.0+wasi-snapshot-preview1
Cargo.lock cargo
  • autocfg 1.1.0
  • base64ct 1.5.3
  • blake2 0.10.6
  • block-buffer 0.10.3
  • blowfish 0.9.1
  • bumpalo 3.11.1
  • byteorder 1.4.3
  • cfg-if 1.0.0
  • cipher 0.4.3
  • cpufeatures 0.2.5
  • crossbeam-channel 0.5.6
  • crossbeam-deque 0.8.2
  • crossbeam-epoch 0.9.10
  • crossbeam-utils 0.8.11
  • crypto-bigint 0.4.9
  • crypto-common 0.1.6
  • digest 0.10.6
  • either 1.8.0
  • generic-array 0.14.6
  • getrandom 0.2.8
  • hermit-abi 0.1.19
  • hex-literal 0.3.4
  • hmac 0.12.1
  • inout 0.1.3
  • js-sys 0.3.60
  • libc 0.2.132
  • log 0.4.17
  • memoffset 0.6.5
  • num_cpus 1.13.1
  • once_cell 1.14.0
  • password-hash 0.5.0-pre.0
  • ppv-lite86 0.2.16
  • proc-macro2 1.0.47
  • quote 1.0.21
  • rand 0.8.5
  • rand_chacha 0.3.1
  • rand_core 0.6.4
  • rayon 1.5.3
  • rayon-core 1.9.3
  • salsa20 0.10.2
  • scopeguard 1.1.0
  • sha1 0.10.5
  • sha2 0.10.6
  • streebog 0.10.2
  • subtle 2.4.1
  • syn 1.0.103
  • typenum 1.15.0
  • unicode-ident 1.0.5
  • version_check 0.9.4
  • wasi 0.11.0+wasi-snapshot-preview1
  • wasm-bindgen 0.2.83
  • wasm-bindgen-backend 0.2.83
  • wasm-bindgen-macro 0.2.83
  • wasm-bindgen-macro-support 0.2.83
  • wasm-bindgen-shared 0.2.83
  • zeroize 1.5.7
argon2/Cargo.toml cargo
  • hex-literal 0.3 development
  • password-hash =0.5.0-pre.0 development
  • base64ct 1
  • blake2 0.10.6
  • password-hash =0.5.0-pre.0
  • zeroize 1
balloon-hash/Cargo.toml cargo
  • hex-literal 0.3 development
  • sha2 0.10 development
  • crypto-bigint 0.4
  • digest 0.10.6
  • password-hash =0.5.0-pre.0
  • rayon 1.5
  • zeroize 1
bcrypt-pbkdf/Cargo.toml cargo
  • hex-literal 0.3.3 development
  • blowfish 0.9.1
  • pbkdf2 =0.12.0-pre
  • sha2 0.10.5
  • zeroize 1
pbkdf2/Cargo.toml cargo
  • hex-literal 0.3.3 development
  • hmac 0.12 development
  • sha1 0.10 development
  • sha2 0.10 development
  • streebog 0.10 development
  • digest 0.10.6
  • hmac 0.12
  • password-hash =0.5.0-pre.0
  • rayon 1.5
  • sha1 0.10
  • sha2 0.10
scrypt/Cargo.toml cargo
  • password-hash =0.5.0-pre.0 development
  • password-hash =0.5.0-pre.0
  • pbkdf2 =0.12.0-pre
  • salsa20 0.10.2
  • sha2 0.10