Ecosyste.ms: Issues

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

GitHub / Keats/rust-bcrypt issues and pull requests

#85 - Allow testing/example with no features

Pull Request - State: closed - Opened by bgermann 3 months ago - 1 comment

#84 - Add Clone and Debug traits to Version enum

Pull Request - State: closed - Opened by sn99 5 months ago - 3 comments

#83 - Fixed CI on 1.57.0

Pull Request - State: closed - Opened by alex 7 months ago - 4 comments

#82 - Upgrade base64 to 0.22

Pull Request - State: closed - Opened by alex 7 months ago - 4 comments

#81 - Replace unmaintained actions-rs/* actions in CI workflows

Pull Request - State: closed - Opened by striezel about 1 year ago - 1 comment

#80 - Remove use_logging feature for quickcheck

Pull Request - State: closed - Opened by mkj over 1 year ago - 1 comment

#79 - Make alloc optional

Pull Request - State: closed - Opened by mkj over 1 year ago - 11 comments

#78 - password hash including slash returns InvalidHash

Issue - State: closed - Opened by Daku-on over 1 year ago - 2 comments

#77 - Verifying password without hash

Issue - State: closed - Opened by mlthlschr over 1 year ago - 3 comments

#76 - Do passwords need to be null terminated?

Issue - State: open - Opened by alanhe over 1 year ago - 4 comments

#75 - Update deps

Pull Request - State: closed - Opened by Keats over 1 year ago

#74 - Use subtle Crate for constant-time comparison

Pull Request - State: closed - Opened by thomdixon almost 2 years ago - 7 comments

#73 - It would be nice to see a Changelog file that calls out breaking changes

Issue - State: closed - Opened by tapickell almost 2 years ago - 1 comment

#72 - Added in method to hash using a base64 encoded salt

Pull Request - State: closed - Opened by jhobern over 2 years ago - 6 comments

#71 - Fixed salt len

Pull Request - State: closed - Opened by danielhuang over 2 years ago - 5 comments

#70 - Zeroize optional

Pull Request - State: closed - Opened by danielhuang over 2 years ago

#69 - Zeroize optional

Issue - State: closed - Opened by danielhuang over 2 years ago - 3 comments

#68 - Zero out password copy made in `_hash_password`

Issue - State: closed - Opened by typetetris over 2 years ago

#67 - Overwrite allocated memory containing password

Pull Request - State: closed - Opened by typetetris over 2 years ago - 2 comments

#66 - allow null bytes in inputs

Pull Request - State: closed - Opened by slingamn over 2 years ago - 1 comment

#65 - Bump blowfish to 0.9

Pull Request - State: closed - Opened by alex over 2 years ago - 6 comments

#64 - Fuzz

Pull Request - State: closed - Opened by Keats about 3 years ago

#63 - 2x prefix should also be considered as valid prefix

Pull Request - State: closed - Opened by Sreyas-Sreelal about 3 years ago - 1 comment

#62 - Panic when verifying with malformed hash

Issue - State: closed - Opened by 5225225 about 3 years ago - 3 comments

#61 - Update msrv for quickcheck

Pull Request - State: closed - Opened by Keats over 3 years ago

#60 - update blowfish dependency

Pull Request - State: closed - Opened by scottlamb over 3 years ago - 5 comments

#59 - Ready for 0.9?

Pull Request - State: closed - Opened by Keats almost 4 years ago

#58 - Add getrandom/std to bcrypt/std

Pull Request - State: closed - Opened by pie-flavor almost 4 years ago - 4 comments

#57 - Bump base64 to 0.13 and getrandom to 0.2

Pull Request - State: closed - Opened by paolobarbolini almost 4 years ago - 1 comment

#56 - Remove byteorder crate

Pull Request - State: closed - Opened by paolobarbolini about 4 years ago - 1 comment

#55 - New version

Pull Request - State: closed - Opened by Keats about 4 years ago

#54 - Fix build

Pull Request - State: closed - Opened by c410-f3r about 4 years ago - 1 comment

#53 - 0.8.1

Pull Request - State: closed - Opened by Keats over 4 years ago

#52 - Upgrade blowfish to 0.5

Pull Request - State: closed - Opened by neoeinstein over 4 years ago - 1 comment

#51 - RUSTSEC-2020-0018: crate has been renamed to `block-cipher`

Issue - State: closed - Opened by neoeinstein over 4 years ago

#50 - Question on the default version change

Issue - State: closed - Opened by alex35mil over 4 years ago - 2 comments

#49 - Prepare for v0.8

Pull Request - State: closed - Opened by Keats over 4 years ago

#48 - Add no_std support

Pull Request - State: closed - Opened by Zireael-N over 4 years ago - 4 comments

#47 - CI: run tests on PRs and pushes to the master branch

Pull Request - State: closed - Opened by Zireael-N over 4 years ago - 2 comments

#46 - Use Vec::with_capacity() to prevent an unnecessary reallocation

Pull Request - State: closed - Opened by Zireael-N over 4 years ago

#45 - Use constant-time comparison in verify()

Pull Request - State: closed - Opened by Zireael-N over 4 years ago - 1 comment

#44 - Use the base64::BCRYPT alphabet

Pull Request - State: closed - Opened by Zireael-N over 4 years ago - 12 comments

#43 - Forbid unsafe code

Pull Request - State: closed - Opened by hhirtz over 4 years ago - 1 comment

#42 - Add ability to parse a hash and get cost and salt #41

Pull Request - State: closed - Opened by kompass over 4 years ago - 1 comment

#41 - Add a hash parsing feature

Issue - State: closed - Opened by kompass over 4 years ago - 2 comments

#40 - Make format_for_version(...) public

Pull Request - State: closed - Opened by tmuerell over 4 years ago - 1 comment

#39 - Bump base64 to 0.12

Pull Request - State: closed - Opened by paolobarbolini over 4 years ago - 1 comment

#38 - Add ability to pass a self-generated salt #28

Pull Request - State: closed - Opened by anonymous6727 over 4 years ago - 1 comment

#37 - hash_with_result

Issue - State: closed - Opened by mverleg over 4 years ago - 2 comments

#36 - Update base64 to 0.11

Pull Request - State: closed - Opened by paolobarbolini almost 5 years ago - 1 comment

#35 - Ready for 0.6

Pull Request - State: closed - Opened by Keats about 5 years ago

#34 - Implement source instead of cause in BCryptError

Pull Request - State: closed - Opened by xfix about 5 years ago - 1 comment

#33 - Add property tests

Pull Request - State: closed - Opened by xfix about 5 years ago - 1 comment

#32 - bump suggested install version to 0.5

Pull Request - State: closed - Opened by theSdev about 5 years ago - 1 comment

#31 - Allow customizing the version of the hash

Pull Request - State: closed - Opened by ctron about 5 years ago - 4 comments

#30 - Update for edition 2018 + rand 0.7

Pull Request - State: closed - Opened by Keats over 5 years ago

#29 - Improve interop with consumers

Pull Request - State: closed - Opened by Gisleburt over 5 years ago - 1 comment

#28 - Possibility of choosing the type of RNG?

Issue - State: closed - Opened by knowdbtech over 5 years ago - 3 comments

#27 - Help with bcrypt::verify

Issue - State: closed - Opened by JordiOfRivia over 5 years ago - 1 comment

#25 - Truncation should result in an error

Issue - State: closed - Opened by jonas-schievink over 5 years ago - 7 comments

#24 - Expose bcrypt function to the public.

Pull Request - State: closed - Opened by astonbitecode over 5 years ago - 10 comments

#23 - bcrypt::verify does not compare in constant time.

Issue - State: closed - Opened by ElectronicRU over 5 years ago - 2 comments
Labels: enhancement

#22 - Use CRYPT config instead of long static tables.

Pull Request - State: closed - Opened by ElectronicRU over 5 years ago

#21 - Make constants const instead of static

Pull Request - State: closed - Opened by ghost over 5 years ago - 3 comments

#20 - update dependencies. replace byte_tools with byteorder

Pull Request - State: closed - Opened by andy128k over 5 years ago - 1 comment

#19 - Disallow NULL bytes is password. Allow binary passwords (not only UTF8).

Pull Request - State: closed - Opened by andy128k over 5 years ago

#18 - Update rand and bump version

Pull Request - State: closed - Opened by Eijebong over 5 years ago - 1 comment

#17 - NULL bytes should result in an error

Issue - State: closed - Opened by Freaky over 5 years ago - 5 comments
Labels: bug

#16 - salt / pepper

Issue - State: closed - Opened by andrewbanchich almost 6 years ago - 2 comments

#15 - Update rand and bump version

Pull Request - State: closed - Opened by Eijebong almost 6 years ago

#14 - 60ms per hash verification

Issue - State: closed - Opened by CamJN over 6 years ago - 1 comment

#13 - Various improvements wrt safety and speed

Pull Request - State: closed - Opened by Keats over 6 years ago - 1 comment

#12 - Use the blowfish crate instead of rust-crypto

Pull Request - State: closed - Opened by Eijebong over 6 years ago - 6 comments

#11 - Update dependencies and bump version

Pull Request - State: closed - Opened by Eijebong over 6 years ago - 1 comment

#10 - Move crate to RustCrypto/password-hashing?

Issue - State: closed - Opened by newpavlov almost 7 years ago - 1 comment

#9 - Update lazy_static to 1.0 and bump version

Pull Request - State: closed - Opened by Eijebong almost 7 years ago - 1 comment

#8 - rustc-serialize is deprecated

Issue - State: closed - Opened by shssoichiro about 7 years ago - 1 comment

#7 - assertion failed: salt.len() == 16

Issue - State: closed - Opened by ayonsaha2011 about 7 years ago

#6 - Simplify examples in README

Pull Request - State: closed - Opened by shssoichiro over 7 years ago - 1 comment

#5 - readme: make changelog a markdown list

Pull Request - State: closed - Opened by euank almost 8 years ago - 1 comment

#4 - Fix panic if password is longer than 72 bytes

Pull Request - State: closed - Opened by euank almost 8 years ago - 2 comments

#3 - Implement Error Trait for BcryptError

Pull Request - State: closed - Opened by drusellers almost 8 years ago

#2 - BcryptError doesn't implement std::error::Error

Issue - State: closed - Opened by drusellers almost 8 years ago - 5 comments

#1 - Re-export BcryptResult and BcryptError

Pull Request - State: closed - Opened by Drakulix over 8 years ago - 4 comments