135 Commits (development)

Author SHA1 Message Date
fdai6352 c9968722c8 implemented set numbers menu item and test refactor 2 years ago
fdai5728 c5254acda6 Implements Unittest and function to delete credential from arraylist 2 years ago
fdai6352 05988f788b implemented set special char menu item and test refactor 2 years ago
fdai5728 cbb280326f Implements function for Username Update 2 years ago
fdai5728 04eb3200bf Implements Unittest for Username Update 2 years ago
fdai6352 881a3234dd menu refactor 2 years ago
fdai5728 8190c10f3c Implements Unittest for Password Update 2 years ago
fdai6352 6d43a35632 implemented set capitals in configure menu 2 years ago
fdai5728 a048e3572c Updates Interface and function signatures 2 years ago
fdai6352 c2952ab42c setPWLength refactor 2 years ago
fdai6352 ac0ce484d3 implemented setPWLength in configure menu and refactor 2 years ago
fdai5728 bfd8af9c56 Fix counter error in arrayList 2 years ago
fdai5728 78db2e5908 Implements search function and test for search via index 2 years ago
fdai5728 60626bc4f3 Implements test for search function over repository 2 years ago
fdai6352 6b1d22f773 added vault configure menu wrong input message 2 years ago
fdai5728 950cbae5a4 Implements testable function signature and first unit test 2 years ago
fdai5728 1c22b4912c Creates Testclass for CredentialRepository 2 years ago
fdai6352 cd1e7a85a8 implemented userName for new credentials 2 years ago
fdai6352 db0423a18c added set numbers function 2 years ago
fdai6352 dfffc3c84a added set special characters function and VaultInterface refactor 2 years ago
fdai6352 df02d33f55 added Set Capital function 2 years ago
fdai6352 087e2d6b60 Set PWLength Functionality, proved against wrong input 2 years ago
fdai6352 ee44e3067d added Set PWLength Funtionality 2 years ago
fdai6352 bc1702b935 added setPWLength Option refactor 2 years ago
fdai6352 6572370472 added setPWLength Option 2 years ago
fdai6352 b8ebd3b2f2 VaultTest refactor 2 years ago
binsky feea89c718 implement menu navigation to select a vault operation 2 years ago
binsky 02a62e789b refactor list vaults 2 years ago
binsky f8ab3d1a06 implement menu navigation to create a new vault 2 years ago
binsky dc97162cbe refactor createNewVault test 2 years ago
binsky 278f120b04 implement creating a new vault 2 years ago
binsky 8cfd748197 add password wordlist check to password validator 2 years ago
binsky 64d311038b refactor isInWordlist test and implementation 2 years ago
binsky 7588794f5f implement method to test if a password is part of the german wordlist 2 years ago
binsky a3bb841632 implement getting resource file as String 2 years ago
binsky 238bad93f0 implement getting InputStream as String 2 years ago
binsky bed0764835 implement getting resource file as input stream 2 years ago
binsky 01aeaa20d5 implement check for existing special character in password 2 years ago
fdai6352 46bd7e3f1c Vault and VaultTest refactor 2 years ago
fdai6352 6fa8c74313 added Configuration Menu no Exit after wrong Input 2 years ago
fdai6352 1c6d2148f2 added Configuration Menu exit 2 years ago
fdai6352 091c425ae1 added Configuration Menu 2 years ago
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