Jonathan White
Jonathan White
Almost always, the secret is listed right below the qr code. Sometimes, you have to hit an "advanced" drop down.
We are never going to integrate camera access into our program, period.
That is an interesting idea. This should be a configuration option at the database level though, off by default. Maybe on by default for keeshare databases though.
Technically, that setting is only for the initial search of entries for auto-type. It's a nuance, but I can see where it is confusing.
Do not add the actual translations to a PR, just the English build from running the qt linguist tool. However, this PR is unlikely to be merged as it defeats...
I actually didn't know you could add multiple characters to the separator field, lol
I'll merge this after thinking it through, no real harm.
How about both "MIXER" (I don't like that name) and "Capitalized" are added. I think MIXER is better named "MIXED case"
I removed the code that picked from the list of separators, that isn't a desired behavior for passphrase generation. I also removed the extra character count display on the passphrase...
Im surprised this would work anywhere. ZIP is a special format and is not tar'd first. You would need to directly call `zip` program directly. https://www.geeksforgeeks.org/linux-unix/zip-command-in-linux-with-examples/# https://www.gnu.org/software/tar/manual/html_node/gzip.html Scroll down to...