Commit Graph

16 Commits

Author SHA1 Message Date
Maximilian
949436dcff Switch version to 1.0.1, given the bug/performance fixes 2023-01-24 12:57:20 -06:00
Maximilian
04f1e48564 Switch from unwrap() to expect() 2023-01-24 12:31:26 -06:00
Maximilian
10411bbdcb Avoid creating a new string every time by using a HashSet for disallowed characters 2023-01-24 12:26:18 -06:00
Maximilian
f832fda590 Cryptographically generate the password 2023-01-24 12:19:53 -06:00
Maximilian
052723bfdb Update README.md 2023-01-10 22:18:45 -06:00
Maximilian
1d03cf0571 Add release binaries for version 1.0.0 2023-01-10 22:16:37 -06:00
Maximilian
a75abd65a9 Update README.md 2023-01-10 18:45:59 -06:00
Maximilian
4c31581d39 Removed " character from allowed_chars, allow second optional argument for disallowed characters, error handling for missing or incorrect arguments 2023-01-10 18:35:22 -06:00
Maximilian
273b0204d4 Formatting 2023-01-10 11:22:51 -06:00
Maximilian
f5c2efee38 Add README.md 2023-01-10 11:20:29 -06:00
Maximilian
f69cc30dff Add GPLv3 license 2023-01-10 11:17:18 -06:00
Maximilian
2536b7e7ee Update .gitignore, remove Cargo.lock 2023-01-10 11:16:23 -06:00
Maximilian
03a036efce Update .gitignore, remove Cargo.lock 2023-01-10 11:14:10 -06:00
Maximilian
e0e8fbfdf8 Basic secure password generation 2023-01-10 11:09:06 -06:00
Maximilian
ae3e1606b9 Ignore JetBrains files 2023-01-10 11:08:11 -06:00
Maximilian
7f9bdbcd8e Initial commit 2023-01-10 10:37:01 -06:00