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 option for user to use any file as the word list #9

Closed
sts10 opened this issue Oct 24, 2023 · 1 comment
Closed

Add option for user to use any file as the word list #9

sts10 opened this issue Oct 24, 2023 · 1 comment

Comments

@sts10
Copy link
Owner

sts10 commented Oct 24, 2023

I assume this would be good for users who want a passphrase of non-English words.

It is unlikely that the user's list will be uniquely decodable (something I'm a bit of stickler about...), so I'd likely add a check like:

if custom_list.is_some() && separator=="" && !title_case {
   eprintln!("Whether inputted word list is uniquely decodable is unknown. With no separator between words or Title Case, risk of a word overlap too high to proceed.");
}

I think I'd also have Phraze check the inputted list for blank lines and duplicate words.

@sts10
Copy link
Owner Author

sts10 commented Oct 27, 2023

#14 has finally been merged (for better or worse!).

@sts10 sts10 closed this as completed Oct 27, 2023
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

No branches or pull requests

1 participant