JPDev@programming.dev to Software Gore@programming.dev · 2 years agoPassword must match the followingprogramming.devimagemessage-square51fedilinkarrow-up1437arrow-down14
arrow-up1433arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 2 years agomessage-square51fedilink
minus-squareMonument@lemmy.sdf.orglinkfedilinkEnglisharrow-up13·2 years agoThat means those suckers are either stored plaintext or stored with decryption key that is somewhere within the server. Yeesh.
minus-squareTja@programming.devlinkfedilinkarrow-up11·2 years 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.