Becoming physically immune to brute-force attacks (2021)
21–30 of 72 posts
Re: Becoming physically immune to brute-force attacks (2021)
#22It doesn't account for quantum computing? Cracking passwords seems like one of those things that should get an exponential speedup with quantum computing.
Bigger issue in the context of this article is that it ignores reversible computing, which would nullify the core part of the thesis.
Re: Becoming physically immune to brute-force attacks (2021)
#23Loving reading this but.. 'TLDR - at the bottom' is wicked
Re: Becoming physically immune to brute-force attacks (2021)
#24Speaking of physically immune schemes, I remember some protocol which relied on a gigantic amount of data present behind a link that was, on purpose, very low bandwidth (physically low bandwidth: not by software as in rate limitation. That was the whole point: the link was physically low bandwidth). So the data was impossible to exfiltrate remotely: it simply wasn't physically possible to do remotely (it would be way…
Re: Becoming physically immune to brute-force attacks (2021)
#25Earlier quoted context omitted.
By "target system" you mean "system from which the password originated", right? But unless you think true randomness is impossible, and also that all possible sources of pseudo-random input on Earth come from terrestrial sources and not, say, incoming cosmic radiation, then knowing the size of the "Earth" system is no constraint at all. A heuristic for focusing your search, maybe, if you think the password is likely…
> By "target system" you mean "system from which the password originated", right? Yeah that’s correct. > The phrase "stored on Earth" is a red herring. You don't need to store all possible passwords for those passwords to be possible to generate here. A password used to protect a system must be persistently stored inside that system. The number of passwords that can be generated on earth is greater than the number th…
No it isn't; any system which is even remotely decent will only store the (usually salted) hash of passwords used on it.
Re: Becoming physically immune to brute-force attacks (2021)
#26Earlier quoted context omitted.
By "target system" you mean "system from which the password originated", right? But unless you think true randomness is impossible, and also that all possible sources of pseudo-random input on Earth come from terrestrial sources and not, say, incoming cosmic radiation, then knowing the size of the "Earth" system is no constraint at all. A heuristic for focusing your search, maybe, if you think the password is likely…
> By "target system" you mean "system from which the password originated", right? Yeah that’s correct. > The phrase "stored on Earth" is a red herring. You don't need to store all possible passwords for those passwords to be possible to generate here. A password used to protect a system must be persistently stored inside that system. The number of passwords that can be generated on earth is greater than the number th…
Anyway, the constraint you're proposing here is, only passwords that can be encoded in all possible configurations of matter making up the earth? And you do have to contend with all possible configurations, if all you know is the size of the system, or even the mass and composition. As tedunangst put it, that's a lot of bits. I think we'll hit the 300-400 bit computational limit first.
Re: Becoming physically immune to brute-force attacks (2021)
#27This is probably a decent estimate, but there's a couple of routes of attack it fails to account for. First it uses the current average temperature of the universe. Lowering the temperature can be done by just waiting a while before turning the machine on. I assume that powering a sufficiently powerful fridge is not an option, given the origin of the theoretical limit, but I can't quite point out why it wouldn't work…
Re: Becoming physically immune to brute-force attacks (2021)
#28Re: Becoming physically immune to brute-force attacks (2021)
#29Now do the wrench attack.
Re: Becoming physically immune to brute-force attacks (2021)
#30It doesn't account for quantum computing? Cracking passwords seems like one of those things that should get an exponential speedup with quantum computing.