Live data from Hacker News

Viewing profile — ryanatdistrust

ryanatdistrust

HN member
Joined
Tue, Aug 08, 2023, 9:05 PM UTC
HN karma
50
Public activity
15 items

About ryanatdistrust

No profile information was provided.

Recent public activity

  1. comment
    Comment #37075755

    [flagged]

  2. 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.

  3. 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.

  4. 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…

  5. comment
    Comment #37056603

    2^32 is still incredibly small for crypto and is inexcusable.

  6. comment
    Comment #37056573

    As long as people can write code, bugs will exist.

  7. 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.

  8. 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.

  9. comment
    Comment #37056344

    It looks neat, I'll pass this along to the team and take a deeper look at it later.

  10. comment
    Comment #37056028

    That is correct, you still have 2^32 permutations of possible values.

  11. comment
    Comment #37056016

    We used the broken algorithm from `bx` in a custom Rust program to brute force this.

  12. comment
    Comment #37055868

    we had so much fun trying to figure out the icon!

  13. 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…

  14. 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…

  15. comment
    Comment #37055456

    To verify, this is something anyone can attack, as was proven by our brute force lookup service: https://lookup.milksad.info .