@[email protected] to Software [email protected] • 8 months agoPassword must match the followingprogramming.devimagemessage-square49fedilinkarrow-up1425arrow-down13
arrow-up1422arrow-down1imagePassword must match the followingprogramming.dev@[email protected] to Software [email protected] • 8 months agomessage-square49fedilink
minus-square@[email protected]linkfedilinkEnglish13•8 months agoThat means those suckers are either stored plaintext or stored with decryption key that is somewhere within the server. Yeesh.
minus-square@[email protected]linkfedilink10•8 months ago“if you change it”. It might send the email before storing it as a salted hash in the DB. Unlikely, but possible.
That means those suckers are either stored plaintext or stored with decryption key that is somewhere within the server. Yeesh.
“if you change it”. It might send the email before storing it as a salted hash in the DB. Unlikely, but possible.