Adding a password for an existing site silently overwrites the old one
#20 · Java · ★ 61 · MIT · updated 8d ago
addPassword does a bare Map.put: passwordStore.put(site, encryptedPassword); System.out.println("Password added successfully."); If a site already has a password, the old one is discarded with no warning — and if a vault file is open it's immediately persisted, so the previous…
replies in ~12h8/12 outside PRs mergedsomeone tried before
Cleared 2m ago