Forgot your password?
typodupeerror

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.

Comment Re: GrapheneOS (Score 1) 44

One of the reasons I got on the OnePlus bandwagon years ago, was the ability to put CyanogenMod on it. Then the idiots there thought they could literally take on Google head on, and experienced on of the greatest blunders short of land wars in Asia and Sicilian with death on the line, without first immunizing against iocane.

My only hope right now, is Starlink/Spacex/Testa/xAI creates a whole new ecosphere for communications. Crossing my fingers Starship becomes fully operational sooner than later. Its the only real threat to Google and is likely big enough to take whatever Google tosses at them. Fingers Crossed.

FU to Micorslop, Google, Cell Phone INC (especially T-Maybe), Apple, etc, and their continued inshitification of everything.

Comment Re:My advice (Score 1) 83

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.

Comment Re:The barrels were meant to leak (Score 2) 73

So yes, the ocean can dilute that, but it does impact the local ecology.

It bio-accumulates. Radio-isotopes mimic micro-nutrients and are used by the body of plants and animals until they are eaten by something else.

And it does violate the principle of "don't shit where you eat", in that some of the sites are beneath prime fishing areas for the US and EU.

Which is how people accumulate radio-isotopes in the body because it is humans on the top of the food chain. After that it takes about 6 years of internal radiation exposure for body tissues to gestate a tumor. Plutonium Chloride is really good at creating leukemia because it looks like iron to the body and readily absorbed by people.

When the animal (or human) dies the radio-isotope is returned to the environment to begin the cycle again until it goes through enough half-lives to decay energetically.

Slashdot Top Deals

Machines certainly can solve problems, store information, correlate, and play games -- but not with pleasure. -- Leo Rosten

Working...