Looks like somebody made a generality out of the Shamir Secret Sharing (read it thought)
Comment on My password is not accepted because it is too long
AnUnusualRelic@lemmy.world 1 month agoAll passwords longer than eight characters are silently truncated anyway.
ChillPC@programming.dev 1 month ago
lowered_lifted@lemmy.blahaj.zone 1 month ago
good read. TLDR is that Sun Microsystems database software truncated passwords to 8 characters and the OP assumed that others must do that too. I surely hope not, TBH. I thought truncating to 8 characters had to do with computational or storage efficiency back when that mattered. I’m pretty sure most database fields if they’re modern use like a 256 character limit for passwords right?
maskugatiger@lazysoci.al 1 month ago
Speak that for Genocida and all The Evil NWo agenda damed!!! Bastard zionist and Cabls!!! Play victim with fake campaign anti semit!!! Israe its second Nazi Satan!!! Fucking damed asshole your brain stupid pig idiot !!!
AA5B@lemmy.world 1 month ago
Wasn’t it one of the first us govt encryption algorithms, operated on 8 byte blocks?
Cris16228@lemmy.today 1 month ago
Uh? Why?
davidagain@lemmy.world 1 month ago
Only by batshit insane system wreckers. Normal systems don’t do this at all.
purplemonkeymad@programming.dev 1 month ago
Only by very badly designed systems. Most are not truncated but hashed. Those hashes are much longer than 8 characters.