Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bcrypt hashing #27

Merged
merged 26 commits into from
May 22, 2023
Merged

Add Bcrypt hashing #27

merged 26 commits into from
May 22, 2023

Conversation

Jujumba
Copy link
Contributor

@Jujumba Jujumba commented May 19, 2023

Add Bcrypt hashing with some raw functionality (salt parsing and hash verification). Requires review.

@TheBestTvarynka TheBestTvarynka self-requested a review May 20, 2023 10:25
@TheBestTvarynka TheBestTvarynka added the crypto-helper Changes in the crypto-helper page label May 20, 2023
Copy link
Owner

@TheBestTvarynka TheBestTvarynka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are doing well

src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
@TheBestTvarynka
Copy link
Owner

#4

@Jujumba
Copy link
Contributor Author

Jujumba commented May 20, 2023

Sorry for other commits, I'm accidentally 😅

@TheBestTvarynka TheBestTvarynka self-requested a review May 21, 2023 19:30
@TheBestTvarynka TheBestTvarynka marked this pull request as ready for review May 21, 2023 19:33
Copy link
Owner

@TheBestTvarynka TheBestTvarynka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I've enabled CI for your PR. Run cargo +nightly fmt --all -- --check and cargo clippy -- -D warnings to see where and why it fails. Fix warnings and errors.
  2. Fix my remarks.
  3. And then I'll approve your PR.

🌷 ☕ 🤩

src/crypto_helper.rs Outdated Show resolved Hide resolved
src/crypto_helper/algorithm.rs Outdated Show resolved Hide resolved
src/crypto_helper/algorithm.rs Show resolved Hide resolved
src/crypto_helper/algorithm.rs Show resolved Hide resolved
src/crypto_helper/algorithm.rs Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
@TheBestTvarynka TheBestTvarynka self-requested a review May 22, 2023 10:14
Copy link
Owner

@TheBestTvarynka TheBestTvarynka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job. 🥑

src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/output.rs Outdated Show resolved Hide resolved
src/crypto_helper/input/bcrypt.rs Outdated Show resolved Hide resolved
src/crypto_helper/algorithm.rs Outdated Show resolved Hide resolved
Copy link
Owner

@TheBestTvarynka TheBestTvarynka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳 🍾

@TheBestTvarynka TheBestTvarynka merged commit 5ff4d5c into TheBestTvarynka:main May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto-helper Changes in the crypto-helper page
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants