Live data from Hacker News

Viewing profile — mothershipper

mothershipper

HN member
Joined
Wed, Jan 08, 2020, 6:46 AM UTC
HN karma
185
Public activity
14 items

About mothershipper

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #30123368

    As others have pointed out, there is a big difference between self-modifying in-memory and on-disk. The article seems to be talking about on-disk modification. We have an internal …

  5. story
  6. comment
    Comment #26348253

    Should also be using a KDF or PBKDF to generate the key from a password, instead of using the text of the password as the key.

  7. story
  8. story
  9. comment
    Comment #24999849

    So much this. At a previous company (Go/Python/Ruby), we used gRPC almost exclusively, and the experience was pretty good. We're just now hitting a growth point where we need stron…

  10. comment
    Comment #24995018

    related: https://news.ycombinator.com/item?id=24994624

  11. comment
    Comment #22643388

    Not sure how I feel about the comparison to the shadow passwords file -- the shadow file doesn't contain the raw password, but a hashed version. If someone steals the shadow passwo…

  12. comment
    Comment #22232951

    Assuming one byte per character, you'd have to have a 17 character password before you're using multiple blocks. For any password shorter than that, this cipher is pretty much oper…

  13. comment
    Comment #21988973

    source: https://snyk.io/vuln/SNYK-JS-YARN-537806

  14. comment
    Comment #21988972

    There seems to be a typo in the blog post -- yarn needs to be updated to 1.21.1, not 1.12.1