You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
binsky 6b13284a52 add PasswordGenerator class 2 years ago
..
.gitkeep add maven project structure 2 years ago
Credential.java Rewrite ValueObject to DTO since we don't want to destroy the old object each time it gets updated 2 years ago
CredentialRepository.java Reverts some mistakes 2 years ago
CredentialRepositoryInterface.java Updates Interface and function signatures 2 years ago
HttpApi.java implement method to check if a password has been pwned 2 years ago
PasswordGenerator.java add PasswordGenerator class 2 years ago
PasswordManager.java implement menu navigation to select a vault operation 2 years ago
PasswordManagerInterface.java navigate to list vaults in menu 2 years ago
PasswordValidator.java add password wordlist check to password validator 2 years ago
ResourceApi.java implement getting resource file as String 2 years ago
Storage.java implement readFile storage method 2 years ago
StorageInterface.java add basic storage class and interface 2 years ago
Vault.java temporarily deleted addCredential 2 years ago
VaultInterface.java added set special characters function and VaultInterface refactor 2 years ago