• Web3 developer Brian Guan lost $40,000 after accidentally posting his wallet’s secret keys publicly on GitHub, with the funds being drained in just two minutes.
  • The crypto community’s reactions were mixed, with some offering support and others mocking Guan’s previous comments about developers using AI tools like ChatGPT for coding.
  • This incident highlights ongoing debates about security practices and the role of AI in software development within the crypto community.
  • Bookmeat@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    23 days ago

    Users often don’t take care to separate private and public environments. They just dump all their stuff into one and expect their brain to make the correct decision all the time.

    Put your private data into a private space. Never put private data into a mixed use space or a public space.

    e.g. Don’t use your personal email at work. Don’t use your personal phone for business. Don’t put your passwords or crypto keys in the same github or gitlab account or even instance and don’t reuse passwords and keys, etc.

    • tal@lemmy.today
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      edit-2
      23 days ago

      Put your private data into a private space. Never put private data into a mixed use space or a public space.

      Sure, but nothing I said conflicts with that.

      I’m talking about a situation where someone has a private repository, and then one day down the line decide that they want to transition it to a public repository.

      You’re not creating the repository with the intention that it is public, nor intending to mix information that should be public and private together.

      • barsquid@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        23 days ago

        If you don’t have a policy of never committing private keys to any repo, you should choose a policy of never transitioning any private repo to public. IMO if you don’t choose strict and effective policy with low cognitive burden, you will burn yourself sooner or later.