Description
You don’t trust your Password-Manager?
Then add every password an Salt-extension (p1, p2, p3, p4 or p5).
This will be replaced with the Salt from the first to 5th textfield. After the replacement the new password will be crypted, that nobody could see your Salt. The Passcoder expect the password in the clipboard. You coud copy the crypted password to the clipboard or show it in the last textfield and use it for registration and login. The 5 different Salt-fields could be used for different versions or different security levels. You coul share it with people according your security level and give them your part from the password manager.
This app automatically take the clipboardstring, check the last two letters p1 to p5 and replae it with a Salt. The resulting password is a crypted code from the password – px + salt, that the salt is not visible in the resulting password.