4 Commits

Author SHA1 Message Date
e81544ff5f c,python: Add the 'b' pattern for base64 encoded strings
Change the default pattern to use a short base64 string at the end.
This increses the used bits to generate a password from 65 to 73.
2021-11-15 01:18:39 +01:00
0c266f5792 c,python: Add '+' to the list of special characters 2021-11-15 01:16:28 +01:00
cc473f4c24 c,python: Change the algorithm for hashing the master password to Argon2 2021-11-14 09:59:51 +01:00
f927eea9aa c: Implement the passgeny module.
This is the C implementation of the passgeny library.
2021-11-14 09:16:34 +01:00