Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 19 days agocatlemmy.zipimagemessage-square6fedilinkarrow-up17arrow-down10
arrow-up17arrow-down1imagecatlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 19 days agomessage-square6fedilink
minus-squareBjörn Tantau@swg-empire.delinkfedilinkarrow-up1·19 days agoIf I had a nickel for every time I had to change my ssh key algorithm I’d have two nickels. Which isn’t much but it’s concerning that it happened twice.
minus-squareScoopta@programming.devlinkfedilinkarrow-up0·18 days agoFact of the matter is RSA is perfectly secure still…and ECDSA/ED25519 should also be extinct given the rising need for post quantum cryptography
minus-squareSupermariofan67@programming.devlinkfedilinkarrow-up1·18 days agoThe problem is not the RSA math itself but that it is both extremely slow and implementing it is particularly susceptible to bugs and side channel attacks https://blog.trailofbits.com/2019/07/08/fuck-rsa/
id_rsa shouldn’t exist any more.
If I had a nickel for every time I had to change my ssh key algorithm I’d have two nickels.
Which isn’t much but it’s concerning that it happened twice.
Fact of the matter is RSA is perfectly secure still…and ECDSA/ED25519 should also be extinct given the rising need for post quantum cryptography
The problem is not the RSA math itself but that it is both extremely slow and implementing it is particularly susceptible to bugs and side channel attacks https://blog.trailofbits.com/2019/07/08/fuck-rsa/