28 Commits (469af0b96cffa3f5a42b2a1bb28bdc2a15028e19)

Author SHA1 Message Date
binsky 469af0b96c implement checking pwned password in password validator 2 years ago
binsky 3ba0dd6158 refactor method to check if a password has been pwned 2 years ago
binsky c8c871c6c2 implement method to check if a password has been pwned 2 years ago
binsky 1d591771f4 implement sha1 hash generation 2 years ago
binsky 16d309e1e5 implement simple http api to make get requests 2 years ago
binsky e5b8d49396 implement check for existing digit in password 2 years ago
binsky 660844010e implement check for existing lowercase character in password 2 years ago
binsky 2720667310 implement check for existing uppercase character in password 2 years ago
binsky 5de9fadc40 refactor minimum password length tests and add getter/setter 2 years ago
binsky 1a037c1927 implement check for minimum password length 2 years ago
binsky 1634188b76 add PasswordValidator class with validate method 2 years ago
fdai6352 b73a9d9377 add menuNavigationOpenVault: assertTrue zu assertFalse geändert 2 years ago
binsky 933252a645 implement readFile storage method 2 years ago
binsky c652890b04 refactor storage test for windows systems 2 years ago
binsky 6e8aefc25f implement writeFile storage method 2 years ago
binsky c3a4d47d30 add writeFile storage method 2 years ago
binsky 4ab40a8edb add basic storage class and interface 2 years ago
fdai6352 0608486ca9 add vault entry class 2 years ago
binsky 143653c2bc select vault in menu 2 years ago
binsky 97e48e530f navigate to list vaults in menu 2 years ago
binsky fcccecae9e do not exit menu after wrong input 2 years ago
binsky d3edeba81b implement exiting menu 2 years ago
binsky 1189102c07 control menu with custom InputStream 2 years ago
binsky 19b5d0097d add empty showMenu method to password manager class 2 years ago
binsky 351906a848 add tests for methods required by the password manager interface 2 years ago
binsky 6afca77982 add password manager entry class 2 years ago
binsky 3da596a32d add maven project structure 2 years ago