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

Password mutation feature #44

Merged
merged 3 commits into from
Oct 1, 2024
Merged

Conversation

vschwaberow
Copy link
Owner

  • Adds mutation feature for custom passwords
  • Adds lengthen feature for custom passwords

@vschwaberow vschwaberow merged commit 019b974 into Development Oct 1, 2024
vschwaberow added a commit that referenced this pull request Oct 4, 2024
* chore: Add tests to config.rs

* chore(deps): Bump regex from 1.10.6 to 1.11.0 (#42)

Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump reqwest from 0.12.7 to 0.12.8 (#41)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Password strength meter (#43)

* chore: Adding the strength.rs module

* feat: Add strength meter (--strength)

* chore: Adding strength meter option

* chore: Boost scores

* chore: Updated crates and version

* chore: Updated README.md to include --strength flag

* chore: Updated version

* Password mutation feature (#44)

* feat: Add password mutation function

* chore: Add password mutation to command line interface

* feat: Add lengthen mode to mutation

* Password mutation feature (#46)

* feat: Add password mutation function

* chore: Add password mutation to command line interface

* feat: Add lengthen mode to mutation

* chore: Add more clear mutation

* chore: Added mutation modes, modified interactive mode

* chore: Changed README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vschwaberow added a commit that referenced this pull request Oct 9, 2024
* chore: Add tests to config.rs

* chore(deps): Bump regex from 1.10.6 to 1.11.0 (#42)

Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump reqwest from 0.12.7 to 0.12.8 (#41)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Password strength meter (#43)

* chore: Adding the strength.rs module

* feat: Add strength meter (--strength)

* chore: Adding strength meter option

* chore: Boost scores

* chore: Updated crates and version

* chore: Updated README.md to include --strength flag

* chore: Updated version

* Password mutation feature (#44)

* feat: Add password mutation function

* chore: Add password mutation to command line interface

* feat: Add lengthen mode to mutation

* Password mutation feature (#46)

* feat: Add password mutation function

* chore: Add password mutation to command line interface

* feat: Add lengthen mode to mutation

* chore: Add more clear mutation

* chore: Added mutation modes, modified interactive mode

* chore: Changed README.md

* chore(deps): Bump futures from 0.3.30 to 0.3.31 (#48)

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump clap from 4.5.18 to 4.5.19 (#49)

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: Add clipboard functionality and refactor password generation (#50)

* chore: cargo update

* chore: Updated version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant