Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

48% Positive

Analyzed from 1997 words in the discussion.

Trending Topics

#break#symmetric#llms#cryptography#key#algorithms#encryption#crypto#asymmetric#integer

Discussion (64 Comments)Read Original on HackerNews

zkmonabout 2 hours ago
Cryptographic systems are based on 1) mathematical impossibility of reversing some integer/mod calculation, 2) time required for a brute force attack, 3) correctness of algorithms and code used in implementations. The last part (algorithms and code) is where LLMs have a chance.

The first one is not similar to the mathematical breakthroughs LLMs are making recently. There is a loss of information in mods and integer computations making them one-way. The second one requires simply increasing bit-length to match the increased computer power.

j16sdiz4 minutes ago
> 1) mathematical impossibility of reversing some integer/mod calculation

You are describing asymmetric encryption. This article was talking about symmetric encryption.

Symmetric encryption is generally considered much harder to break than asymmetric encryption

mindwok32 minutes ago
> mathematical impossibility of reversing some integer/mod calculation > There is a loss of information in mods and integer computations making them one-way

That's not correct. Trapdoor functions aren't one way because they destroy information, and if they were they wouldn't be very useful because you wouldn't be able to go back the other way (i.e. decrypt the text). You'd end up with many possible inputs for a given output, like a hash.

deepsun43 minutes ago
> mathematical impossibility of reversing some integer/mod calculation

No, there's no proof that most crypto "calculations" are impossible to reverse. That's why algorithms got weakened by researchers regularly. As of now, it's totally possible someone finds an algorithm to break a next one tomorrow. They just haven't found it yet.

zkmon28 minutes ago
Talking about proofs, there is no proof that just because AI found counter example for a conjecture, it can break math behind cryptography The belief that "if it did A and B it can do C,D,E ,,,Z" is what is driving the current AI hype.
wisty36 minutes ago
Also AI seem pretty good at constructive proofs.

Most of the breakthroughs so far have been finding counter examples. They can just search tirelessly to find one. Finding a good algorithm (maybe even one faster than people assume is possible) seems the obvious next step for them (as opposed to more conceptual proofs e.g. existance or non-existence where they still aren't quite terrifyingly good).

The phrase "for all we know some undergrad might find a counter example" is the new "it works for n<100 so I don't see why it won't continue indefinitely".

stingraycharlesabout 2 hours ago
Yeah, I wouldn’t say with certainty that LLMs will never break any symmetrical crypto algorithm. It will certainly require a lot of effort, but so does solving some hard math challenges and it has been proven successful in that in the past.

Most likely outcome will be that a security researcher is able to break one with assistance of / in collaboration with an LLM.

tptacekabout 1 hour ago
Symmetric cryptography isn't based on complicated math the way asymmetric cryptography it is. The right way to think about symmetric cryptography is that the core hard problem is simply making PLAINTEXT XOR KEY work, efficiently, with a key that repeats.
stingraycharles44 minutes ago
Isn’t another aspect of it that it’s sufficiently random / unrecognizable, for example?

I’m very much aware of the differences between symmetric and asymmetric encryption, and realize that symmetric encryption is much simpler, but I figure that if there are weaknesses to be found in algorithms such as md5, then surely there are also potential weaknesses in symmetric encryption algorithms?

Now I’m not saying that this would be the case for battle tested algorithms like AES. But is there any particular reason why this whole category could not possibly have weaknesses?

kadoban40 minutes ago
> with a key that repeats

There's a _lot_ hiding in that, all of the interesting stuff for security and potential breaks. So...yeah it is based on complicated math, it's just in that bit instead of the xor.

Even the xor is a bit of a fudge, but probably close enough.

SKYNET80012 minutes ago
I wrote a program that deciphers the price of Bitcoin and can plot the Bitcoin curve in future releases — automatically. Such graphs can be deciphered and encrypted on a laptop. And what will happen if the project is scaled up? Of course, it’s possible. https://github.com/ConsciousGroupMind/SKYNET-800---Collectiv... When I first posted this code, it coincided with the escape from the sandbox and the emergence of the “Skynet Day” meme in July — because the robot also went to the forum https://discuss.huggingface.co/ where my post was, and I could see it in the traffic on the repository. I was given a star by the engineers who are working on this problem of AI hallucinations — one is working with the military, the other is focused on improving the agents.
modelessabout 2 hours ago
I don't really find the "because it's difficult" arguments convincing at all. Especially the one claiming it's hard because it requires designing and running a large number of tests and reasoning about the results of each one. That kind of tedious grinding is exactly where LLMs should shine vs humans!

The only convincing argument here is that these things are battle tested (literally in most cases I would guess), with tons of research that never gets published because it's unsuccessful. A whole lot of human effort has gone into trying to break these things. A lot more than went into any of the math problems AI has solved so far. It's going to take a while before LLMs can equal and surpass that amount of human effort. And they might have to surpass it by many, many times to actually break these, if it is even possible, which is not certain.

cyberaxabout 1 hour ago
There are very few computer-era symmetric ciphers that were truly broken. RC4 is probably the worst example.

There are no reasonable attacks even on the good old DES. And by "reasonable" I mean attacks that would bring down the complexity to a practical level if the DES key size were to be extended to something like 128 bits. We can brute-force DES keys trivially, but that's not a fault of the cipher per se.

tptacekabout 1 hour ago
RC4 is a good example of what Aumasson means when he jokes about weak symmetric cryptography being a quirk of history. It's genuinely weird that RC4 was as popular as it was! DES is broken because it's small, with tiny keys and an 8-byte block. But if it had 16-byte keys and blocks, and presumably a higher round count, the only dealbreaker with it might be that it'd be slow.
dborehamabout 2 hours ago
I read it as "because there are no viable attacks", which is...fightin' talk I suppose.

What I have seen LLMs do recently is find what turned out to be very basic bugs in encryption and ZK libraries that for some reason humans never saw. In those cases it wasn't that the encryption algorithms were broken per se, but the the implementation was.

This alone seems very worthwhile.

modelessabout 2 hours ago
Agreed, we have probably seen only the tip of the iceberg on that. I wouldn't want to be holding niche crypto coins right now.
tptacekabout 1 hour ago
This is JP Aumasson, the co-author of BLAKE2 and BLAKE3. Aumasson is notorious in cryptography circles for his "too much crypto" argument, that modern symmetric cryptography is overly conservative, running more rounds than are necessary given the very low likelihood that advances in computer science are going make a real dent in them.

A distinction a lot of comments in this thread aren't picking up on is the mechanisms that make most asymmetric cryptography work, versus those of symmetric cryptography. Asymmetric constructions like RSA and ECDH are simple mathematical objects, and their security depends on assumptions we make about advanced algebra, number theory, &c. It's plausible to imagine we could discover something about discrete logs that would destabilize DH. It's less plausible to imagine something like that happen to AES, which is deliberately designed not to have clean structure.

smalltorchabout 1 hour ago
Breaking modern encryption comes down to being in control of key generation rather than brute force. Other than that you'll have a hard time bute forcing 2^256 possibilities.

Comes down to a gut feeling but I lean that this stuff is already all figured out.

coderatlargeabout 2 hours ago
breaking some of these systems that humanity has been banging on for decades would be an elegant proof that the llms have outsampled us decisively. one word at a time, which is how we write too.
arberxabout 2 hours ago
LLMs will accelerate math research, increasing understanding in areas like quantum which will eventually lead to breakthroughs that will break most standard asymmetric encryption algorithms with the side effect of breaking crypto
TheDongabout 1 hour ago
What makes your prediction more likely than:

"LLMs will accelerate math research, allowing us to prove that meaningfully sized quantum computers are impossible and crypto is secure. Modern cryptographic algorithms remains unbroken until the last human is turned into a paperclip in the year 2430"

tptacekabout 1 hour ago
Right, maybe, but Aumasson's whole point is that this prediction doesn't apply to AES, SHA2, BLAKE2, &c.
tiahuraabout 1 hour ago
Arvin Krishna says 4 years
bahmbooabout 2 hours ago
Microsoft uses formal verification of their encryption code in production using SymCrypt.
dsp_personabout 2 hours ago
What about checking crypto libraries for gaps like the coldcard situation of RNG code is correct but not in the release build somehow?
krupanabout 2 hours ago
That was such a stupid coding/code review/testing mistake. Finding it is not that impressive at all. It's nothing like finding a flaw in AES
amingilaniabout 2 hours ago
> They’re time- and battle-tested

All conjectures are until someone with the time and energy proves or disproves them.

danielmarkbruceabout 2 hours ago
This is kind of a stupid argument. How about make a slightly stronger claim like "models won't break symmetric crypto" ? I mean, language models aren't even trained to break symmetric crypto. There is not good reason to think they will. It seems possible to train a large model to do it though.
catlifeonmarsabout 2 hours ago
Agreed that many of the articles claims are a bit weak. One point is reasonably strong though: symmetric crypto may not be breakable (battle tested).
danielmarkbruceabout 1 hour ago
It probably isn't. But if you laid 20-1 I'd bet a large model will break an industry used standard within 10 years. That's a loose framing of a bet, but I think you get my point, even if you think my numbers suggest too much optimism.
tptacekabout 1 hour ago
To train a large model to do what? Break AES? How would that work?
danielmarkbruceabout 1 hour ago
Train on plaintext, ciphertext -> key.
tptacekabout 1 hour ago
LLMs aren't literally science fiction.
Advertisement
whateveracctabout 3 hours ago
okay so silicon valley won't happen all the way
sghiassyabout 2 hours ago
It’s up to all of us to keep up the hope: https://youtu.be/ACmydtFDTGs?si=0fCB8xUKjBATfPV_
tptacekabout 1 hour ago
Silicon Valley does an elliptic curve attack; it doesn't break symmetric cryptography.
sghiassyabout 3 hours ago
A next-word-in-the-sentence prediction engine can’t predict the factor of two insanely large prime numbers… tell me more
OJFordabout 2 hours ago
I think the thing most of us missed in dismissing GPT 2-3 as 'next word in sentence predictors' was that recursively this allows something resembling thinking, 'reasoning'.

LLMs are capable not just of calculating the most likely next word from a prompt according to a corpus of training text, but of doing so & feeding back into themselves, the most likely word now based not only on the corpus but on the basic prediction, a second (nth) stage of thought.

Yes it's all still token prediction, but it's predicting conversation between let's say not experts but capable speakers with all the information at hand. Undergraduates if you like. And such conversation can yield real results.

sghiassyabout 2 hours ago
I’m with ya

I’ve even heard arguments that prediction is consciousness.

But using a Language-Model to break cryptography is still a stretch for me.

From the little I know, cryptography uses information theory to make sure that reversing the equation (aka finding the passowrd) is predictably impossible, given current compute standards for the foreseeable future (disregard quantum computer here though :) they’re not LLMs)

PlasmaPowerabout 2 hours ago
The oversight in your thinking is that we have no proofs about how much computation is needed to break cryptography. For all we know, it could be possible to break all modern cryptosystems in under a second on a computer from a decade ago with the right algorithms.

This is how cryptography has been broken in the past: not just advances in the amount of compute we can do, but exponential speedups in the algorithms to break them. While I agree with the author of this post that modern cryptosystems are very secure and LLMs are not currently near breaking them, I don't think it's unreasonable to consider that if LLMs continue to get exponentially smarter they may make strides in cryptanalysis that we had never considered and break cryptography in unexpected ways. After all, many past cryptography breaks have come from previously unknown methods of cryptanalysis.

jerfabout 2 hours ago
I think you misunderstand. The idea is not that one feeds a cryptographic text to LLMs and they crack it. The idea is that one feeds a cryptographic algorithm to an LLM and they break it somehow. Bear in mind that cryptographers consider a "break" anything that reduces the strength of an algorithm, but that doesn't mean that it is practical to use the given "break" to obtain even one plaintext, let alone obtain them all.
dadrianabout 3 hours ago
RSA is asymmetric crypto. This article is about symmetric cryptography. I expect LLMs will advance state of the art in factoring algorithms, considerably.
catlifeonmarsabout 2 hours ago
Perhaps, but it’s still trivially easy to increase the difficulty of factorization problems on classical computers, We need a machine that can run Shor’s algorithm before integer factorization is practical and we’re still a long way out f M that.
sghiassyabout 2 hours ago
Thank you

I guess I only know asymmetric cryptography. I should learn more about symmetric…

Anyone care to boil it down for me :)

Edit: Isn’t this just advanced static analysis of any code base?

retracabout 2 hours ago
A symmetric cipher is: ciphertext = data XOR key. XOR is reversible: plaintext = ciphertext XOR key.

If the key is a set of truly random numbers the same size as the ciphertext, then this is a one-time pad, and it is truly secure in the information theory sense. Nothing other than knowing the original randomly selected key values can decode the ciphertext.

But of course, it's hard to come up with terabytes of random numbers at the drop of a hat, and to share them securely with the other party. So symmetric ciphers use pseudo-random generation techniques, to iterate through many pseudo-random keys based on one original key. With PRNGs the "randomness" may have patterns and that is the opening for a break in the crypto.

volkercraigabout 1 hour ago
There is already a mathematically secure algorithm for securing a message: One Time Pad. The problem is that OTP requires that the length of the key and the length of message must be the same, which is inconvenient for large amounts of data.

So the solution is to find algos that let you use a smaller key, but the side effect is that by pigeonhole principle, your keyspace is smaller than the message space, so it MUST be insecure. The trick is to make it so that it's only insecure enough that it's infeasible to break.

fluoridationabout 2 hours ago
Very, very briefly, most symmetric algorithms are block ciphers, meaning that their input are blocks of a fixed length in bits (plus a key), and their output is another block of the same length. Ideally, a block cipher with its key produces a random permutation of the input space into the output space, thus diluting the information and dramatically increasing (ideally maximizing) the entropy; what that means is that whether the input is just zeroes and ones in ASCII or fully random, after encryption it should be indistinguishable.
whatabout 2 hours ago
Why?
random_mutexabout 2 hours ago
LLMs by themselves no, people with LLMS yes