Cleared 2m ago · chaudhary-lakshay/Password-Manager #20 · Java · ★ 61 · MIT

Adding a password for an existing site silently overwrites the old one

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…

What we checked

Similar unclaimed issues