JPDev@programming.dev to Software Gore@programming.dev · 1 year agoPassword must match the followingprogramming.devimagemessage-square50fedilinkarrow-up1431arrow-down14
arrow-up1427arrow-down1imagePassword must match the followingprogramming.devJPDev@programming.dev to Software Gore@programming.dev · 1 year agomessage-square50fedilink
minus-squareMonument@lemmy.sdf.orglinkfedilinkEnglisharrow-up12·1 year 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·1 year 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.