Forgot your password?
typodupeerror

Comment Re:Wat (Score 1) 27

Well, to me it's funny to hitch this finding to post quantum as it is a totally orthogonal concern.

Along with saying RSA is *totally* useless because a rather niche application of it has an evident weakness, that is not claimed to be more generally applicable.

They may have an interesting and important finding, but are stirring up a bigger mess than is warranted by implying a broader impact to anything using RSA.

If you weren't considering migration from RSA an urgent issue before, this changes nothing.

Comment Overblown... (Score 1) 27

The new attack will further increase the urgency of completely moving away from the cryptosystem.

Depends on what they mean by "the" cryptosystem. If they mean use of RSA in general, then not really, it narrowly only applies to a specific application of RSA allowing an authority to sign something without actually seeing the something, which almost never is done. It sounds like it does not speak to RSA more broadly.

Comment Re: Good riddance (Score 1) 146

I don't think there is a solution. In all seriousness, if I were starting my career from scratch today, I would avoid anything that can be done purely remotely, and quite likely go into a skilled trade - Not romanticizing "hands-on" work, I realize it has its own down-sides, but it's becoming increasingly clear we'll still have elevator techs and plumbers longer than we'll have programmers and accountants.

AI has effectively already killed white collar jobs going forward, whether or not those outside tech have noticed yet. It can more-or-less replace junior-level workers today, and with no juniors there will be no seniors later and no principals twenty+ years from now. Though even if we somehow find a way to backfill the experience pipeline, I have little doubt AI will be coming for even the best of us within a decade. Maybe it'll hit some unforeseen ceiling before then, but that's not a bet I'm eager to take.

Submission + - Mozilla Appears to Sweep Their Telemetary-Droppings Privacy-Bugs Aside 3

BrendaEM writes: Myself and others have noticed that Firefox is leaving behind archived and other telemetry data--even when data reporting is turned off. The apparent fact that Mozilla, seems to have marked the bug resolved--when it is not, and offer a nebulous fix date, would suggest that they aren't taking the issue seriously.

I have at least 1,279 telemetry droppings files, in one archive folder alone, it bears to mind that SSD drive prices have gone up substantially, noting that even a small write will affect: one of the 1,000 to 10,000 MLC cycles, one of the 3,000 TLC Cycles, or one of the paltry 1,000 QLC cycles (Ref: Wikipedia: https://en.wikipedia.org/wiki/...).

The existence of telemetry alone is unsettling for a browser that claims " Your privacy always comes first."
https://bugzilla.mozilla.org/s...
https://bugzilla.mozilla.org/s...

Comment Re:I kinda agree with the lock, Ill explain (Score 2) 91

Feel like that's not what is being said at all. It's saying in a world where they are willing to lie about capacity and have the technical ability to do so, they *certainly* would also have the ability to defeat this mechanism to lock out changing the RAM chips.

It just seems on the face of it a bit silly when the reporting is 'they are blocking supply chain BS by blocking ram modules' but at the same time 'but don't worry, you can easily undo the lockout'.

Comment Re:My advice (Score 1) 91

Respectfully, no, it absolutely doesn't.

Their reasoning sounds plausible only if read from a "business weasel" perspective. If there's a market for RPis with more lower quality RAM, nobody is "undercutting" RPF; they're selling the products they want to, at the price they want to, and choosing not to offer big/slow/cheap OEM RAM configurations. And even if someone could undercut them on the exact same components - So what??? RPF may be a non-profit, but I am not!

The RPi is specifically targeted at DIY'ers, providing a cheap and stable base platform for us to add on whatever freaky shit we want to. Blocking owners from doing exactly that, whether it mean adding on a toaster or oodles of garbage RAM, is some classic Apple-level control freak BS and fundamentally antithetical to their entire purpose. Buh-bye goodwill when it looks like RPi is working hard to make itself just another whore of an SBC manufacturer. And I can promise RPF if they really want to compete in that market, China is going to eat them for lunch.

Submission + - Researchers Found a New Way to Break RSA that Doesn't Require Factoring the Key (cybersecuritynews.com)

An anonymous reader writes: Security researchers have demonstrated a faster way to undermine certain RSA deployments without factoring the public modulus, challenging the assumption that RSA’s practical strength always tracks the cost of integer factorization.

The attack converts temporary access to a raw, unpadded RSA signing or decryption service into a lasting capability to forge signatures or decrypt chosen ciphertexts offline.

Laura Shea, Miro Haller, Adam Suhl, Nadia Heninger and Emmanuel Thomé implemented the technique against a 1,024-bit RSA key. Their computation consumed 1,380 CPU core-years over five months and required 232 oracle queries. By comparison, factoring a 1,024-bit RSA modulus is estimated to require roughly 500,000 to one million core-years.

The method, called eNFS by the researchers, belongs to the number field sieve family. Instead of the general number field sieve used to factor RSA moduli, it approaches the faster “special” number field sieve complexity by replacing part of the usual mathematical work with answers from the signing oracle. Crucially, it never recovers the prime factors or RSA private key.

The attack unfolds in stages. An approximately 1,200-core-year precomputation depends only on the public modulus and exponent. The attacker then submits selected values to the raw RSA oracle. Once those responses are collected, access can disappear: forging any chosen signature or decrypting a target takes about another 180 core-years and can be repeated offline.

The underlying algorithm is not new. Antoine Joux, David Naccache and Emmanuel Thomé introduced it in 2007, but the new work provides its first implementation and large-scale 1,024-bit demonstration. The code builds heavily on CADO-NFS while adding the engineering needed for polynomial selection, sieving, linear algebra, root extraction, and descent at this scale.

This is not a universal RSA break. The attacker needs temporary access to a raw exponentiation oracle, a capability that conventional RSA signatures using PKCS#1 v1.5 or RSA-PSS padding normally do not expose. More plausible targets include HSM interfaces permitting raw PKCS#11 RSA operations and blind-signature protocols such as Privacy Pass, where blinded requests can provide the required oracle behavior.

The researchers estimate 2^{90} work and 2^{43} oracle queries against 2,048-bit RSA in this model, versus the commonly assigned 112-bit factoring strength. They project roughly 2^{119} work for 4,096-bit RSA, leaving it short of a modern 128-bit security target. Those costs remain beyond attackers, but could matter to well-resourced adversaries and protocols with long-lived public keys.

Organizations do not need to abandon correctly padded RSA immediately. Operators should disable unnecessary raw RSA mechanisms, audit HSM policies, limit oracle exposure, and rotate vulnerable blind-signature keys more frequently.

Protocol designers can investigate zero-knowledge proofs of well-formed requests, while longer-term migration should favor modern signature schemes and post-quantum cryptography rather than treating larger RSA keys as a permanent solution.

Slashdot Top Deals

The tao that can be tar(1)ed is not the entire Tao. The path that can be specified is not the Full Path.

Working...