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-squareAggressivelyPassive@feddit.delinkfedilinkarrow-up17·2 years agoWe have a system that mails your password if you change it. It’s just for internal users, but still.
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.
We have a system that mails your password if you change it. It’s just for internal users, but still.
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.