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

v0.2.1 Update #20

Merged
merged 3 commits into from
May 15, 2024
Merged

v0.2.1 Update #20

merged 3 commits into from
May 15, 2024

Conversation

JakeWnuk
Copy link
Owner

  • Added new transformation mode to create random passphrases based on input
  • documentation

Description:
The passphrase module generates passphrases by combining words from a wordlist.
The -w flag can be used to specify the number of words to use in the passphrase.
The -tf flag is optional and can be used to specify a file containing separators
to use between words. The syntax is as follows:

ptt -f <input-file> -t passphrase -w <word-count> -tf <separator-file>

The passphrases are generated randomly by selecting words and separators from the input.
If no separator file is provided, no separators will be used. The default word count is 0.
The number of passphrases generated is equal to the number of lines in the input file
including duplicates. This means that the item count is also used to determine the number
of passphrases generated.

- partial commit uncomplete
- framing passphrase transformation mode
- Added new transformation mode to create random passphrases based on input
- documentation fixes
@JakeWnuk JakeWnuk self-assigned this May 15, 2024
@JakeWnuk JakeWnuk merged commit 2502886 into main May 15, 2024
1 check passed
@JakeWnuk JakeWnuk deleted the dev branch May 15, 2024 22:37
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.

None yet

1 participant