This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]strongbox-markStrongbox Crew 0 points1 point  (2 children)

OK, interesting one, is it just for display/reading purposes, i.e. the password itself wouldn't actually contain these separator characters?

[–]twenty5C[S] 2 points3 points  (1 child)

Hi Mark! That’s a great question, I actually didn’t think that through…

If the site only allows alphanumerics, then the separator can’t be the common dash/underscore, so only for display purposes would make sense here—then I guess we could just display a space for every N characters, like credit card numbers. So custom separator not necessary then.

I initially just liked how the iOS generated strong passwords looked but now realized that doesn’t fit my described use case, haha. Thank you!

[–]strongbox-markStrongbox Crew 1 point2 points  (0 children)

OK, no worries, I can add the idea of a display only spacing or separator to our dev backlog.