Aijan@programming.dev to Programming@programming.dev · 2 months agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square72fedilinkarrow-up1102arrow-down116
arrow-up186arrow-down1external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 2 months agomessage-square72fedilink
minus-squareim sorry i broke the code@sh.itjust.workslinkfedilinkarrow-up1·2 months agoIt also can truncate on the BE side when using the damn varchar
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up5·2 months agoPasswords should be hashed, not stored plain text! Hashes are always the same length so this is an immediate sign they are doing horribly insecure things with your password.
It also can truncate on the BE side when using the damn varchar
Passwords should be hashed, not stored plain text! Hashes are always the same length so this is an immediate sign they are doing horribly insecure things with your password.