Jameson Lopp

@Jameson Lopp
npub17u5:rqywt4tp
Insights on security, privacy, technology, & money · Casa Co-founder & Chief Security Officer · https://bitcoin.page

Recent notes

Jameson
Jameson Lopp · 11d ago
@Jameson Lopp

Thought it was pretty cool that the men's restrooms at MIT have machines to dispense free condoms. Then I looked closer and realized they're dispensing tampons.

Jameson
Jameson Lopp · 46d ago
@Jameson Lopp

A tragic Trumpcoin boating accident in Miami. https://video.nostr.build/01910c16e67e4bf2285c15e5b66d969cdb91e6e8c44cb7d3314d4fdd58b1c4cb.mp4

Jameson
Jameson Lopp · 49d ago
@Jameson Lopp

So the ByBit attack was able to happen because: Gnosis Safe front end is a web app whose JavaScript gets served from an Amazon S3 bucket. A Gnosis Safe developer had production AWS keys saved on their machine. The Dev's machine was compromised and the AWS key used to deploy a malicious front end that only targeted ByBit's wallet. JavaScript web apps have no cryptographic integrity checks to ensure the code being delivered was actually written by the expected author. Signing complex EVM transactions can't be done securely on airgapped hardware because the hardware simply doesn't have all of the contextual information needed to know the outcome of executing the transaction.