sts10 / phraze

Generate random passphrases
https://sts10.github.io/2023/10/24/phraze-passphrase-generator.html
Mozilla Public License 2.0
24 stars 3 forks source link

Choice of possible symbols #26

Open sts10 opened 4 months ago

sts10 commented 4 months ago

I realize now that my choice in the symbols that Phraze can use between words was decided a bit hastily. Here they are:

const CHARSET: &[u8] = b"!@#$%&*(){}[]\\:;'<>?,./_-+=";

Should I include more or remove any? If so which? I think it's right to exclude backtick, ~, |, and ^, as they sometimes are difficult to type on mobile devices.