fdai5728
|
8fe5cec411
|
erneuter commit, löscht hoffentlich datei, versuch 2
|
3 years ago |
fdai5728
|
75ffb1854a
|
Reverts some mistakes
Implements and tests function to delete entries
@TODO: catch index left-shift after deleting an item
|
3 years ago |
fdai5728
|
c5254acda6
|
Implements Unittest and function to delete credential from arraylist
|
3 years ago |
fdai5728
|
d616b6f9cb
|
Adds error printing for indexoutofbound case
|
3 years ago |
fdai5728
|
cbb280326f
|
Implements function for Username Update
|
3 years ago |
fdai5728
|
4a6c72ec8f
|
Implements function for Password Update
|
3 years ago |
fdai5728
|
a048e3572c
|
Updates Interface and function signatures
|
3 years ago |
fdai5728
|
0bfd2875fe
|
Rewrite ValueObject to DTO since we don't want to destroy the old object each time it gets updated
|
3 years ago |
fdai5728
|
957f652258
|
Restructures repository class and interface
|
3 years ago |
fdai5728
|
23647550bc
|
Removes unused functions
|
3 years ago |
fdai5728
|
bfd8af9c56
|
Fix counter error in arrayList
|
3 years ago |
fdai5728
|
78db2e5908
|
Implements search function and test for search via index
|
3 years ago |
fdai5728
|
fbb7efedcf
|
Implements search function and test for search
|
3 years ago |
fdai5728
|
60626bc4f3
|
Implements test for search function over repository
|
3 years ago |
fdai5728
|
950cbae5a4
|
Implements testable function signature and first unit test
|
3 years ago |
fdai5728
|
40bbfbb196
|
Implements a Value Object to hold user information
|
3 years ago |
fdai5728
|
e3013269d2
|
Implements Skeleton for CredentialRepository
Defines Constructor - Credentials are Held in ArrayList for ease of use
Defines public function to add new credential with incrementing indizes
|
3 years ago |
fdai5728
|
353de7a025
|
Implements an Interface with basic functions
Defines New Credential function signature
|
3 years ago |
fdai6352
|
df02d33f55
|
added Set Capital function
|
3 years ago |
fdai6352
|
087e2d6b60
|
Set PWLength Functionality, proved against wrong input
|
3 years ago |
fdai6352
|
ee44e3067d
|
added Set PWLength Funtionality
|
3 years ago |
fdai6352
|
bc1702b935
|
added setPWLength Option refactor
|
3 years ago |
fdai6352
|
6572370472
|
added setPWLength Option
|
3 years ago |
binsky
|
feea89c718
|
implement menu navigation to select a vault operation
|
3 years ago |
binsky
|
02a62e789b
|
refactor list vaults
|
3 years ago |
binsky
|
f8ab3d1a06
|
implement menu navigation to create a new vault
|
3 years ago |
binsky
|
278f120b04
|
implement creating a new vault
|
3 years ago |
binsky
|
8cfd748197
|
add password wordlist check to password validator
|
3 years ago |
binsky
|
64d311038b
|
refactor isInWordlist test and implementation
|
3 years ago |
binsky
|
7588794f5f
|
implement method to test if a password is part of the german wordlist
|
3 years ago |
binsky
|
a3bb841632
|
implement getting resource file as String
|
3 years ago |
binsky
|
238bad93f0
|
implement getting InputStream as String
|
3 years ago |
binsky
|
bed0764835
|
implement getting resource file as input stream
|
3 years ago |
binsky
|
01aeaa20d5
|
implement check for existing special character in password
|
3 years ago |
fdai6352
|
46bd7e3f1c
|
Vault and VaultTest refactor
|
3 years ago |
fdai6352
|
6fa8c74313
|
added Configuration Menu no Exit after wrong Input
|
3 years ago |
fdai6352
|
1c6d2148f2
|
added Configuration Menu exit
|
3 years ago |
fdai6352
|
091c425ae1
|
added Configuration Menu
|
3 years ago |
binsky
|
469af0b96c
|
implement checking pwned password in password validator
|
3 years ago |
binsky
|
3ba0dd6158
|
refactor method to check if a password has been pwned
|
3 years ago |
binsky
|
c8c871c6c2
|
implement method to check if a password has been pwned
|
3 years ago |
binsky
|
1d591771f4
|
implement sha1 hash generation
|
3 years ago |
binsky
|
16d309e1e5
|
implement simple http api to make get requests
|
3 years ago |
fdai6352
|
bf3945cef3
|
made loadFromJson non-static
|
3 years ago |
binsky
|
e5b8d49396
|
implement check for existing digit in password
|
3 years ago |
binsky
|
660844010e
|
implement check for existing lowercase character in password
|
3 years ago |
binsky
|
2720667310
|
implement check for existing uppercase character in password
|
3 years ago |
binsky
|
5de9fadc40
|
refactor minimum password length tests and add getter/setter
|
3 years ago |
binsky
|
1a037c1927
|
implement check for minimum password length
|
3 years ago |
binsky
|
1634188b76
|
add PasswordValidator class with validate method
|
3 years ago |