Viewing profile — ryanatdistrust
ryanatdistrust
HN member- Joined
- Tue, Aug 08, 2023, 9:05 PM UTC
- HN karma
- 50
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About ryanatdistrust
No profile information was provided.
Recent public activity
-
comment
Comment #37075755
[flagged]
-
comment
Comment #37061595
Nanoseconds since epoch, which means eventually it does loop around, so at the very least it's not possible to generate a specific wallet by knowing when it was first used.
-
comment
Comment #37061544
That is correct, time is the only entropy for the command, and the function they use to generate random numbers is also flawed in that it can only produce 2^32 possible outputs.
-
comment
Comment #37057804
As discussed elsethread, it used the lower bits of the time value, so while there is is a fraction of the 2^32 space due to precision loss in the OS time calculations, it is not as…
-
comment
Comment #37056603
2^32 is still incredibly small for crypto and is inexcusable.
-
comment
Comment #37056573
As long as people can write code, bugs will exist.
-
comment
Comment #37056497
My numbers are very rough estimates and not good enough to do work on. More accurate information may be made public later.
-
comment
Comment #37056397
I was not involved in that specific aspect, so I can't provide accurate information. We may release more information later in the future.
-
comment
Comment #37056344
It looks neat, I'll pass this along to the team and take a deeper look at it later.
-
comment
Comment #37056028
That is correct, you still have 2^32 permutations of possible values.
-
comment
Comment #37056016
We used the broken algorithm from `bx` in a custom Rust program to brute force this.
-
comment
Comment #37055868
we had so much fun trying to figure out the icon!
-
comment
Comment #37055844
It actually uses the most precise 32 bits of the date, so it's any, like, nanosecond between 0 and some other small amount of seconds. You can't brute force a wallet by knowing app…
-
comment
Comment #37055540
The difference between 32 bits and 64 bits is the amount of people on Earth compared to (EDIT) the amount of grains of sand on Earth. 32 bits is nothing when it comes to entropy, a…
-
comment
Comment #37055456
To verify, this is something anyone can attack, as was proven by our brute force lookup service: https://lookup.milksad.info .