security

0x011 - SBOM 📔

Problem: It’s very hard to have visibility into your dependencies and mitigate software supply chain attacks. Solution: A standardized, machine-readable list of components that make up your software.

0x00A - Lattice-based Cryptography 🧮

Problem: Quantum computers will be able to break current cryptography schemes (mainly asymmetric encryption, like RSA) easily. Solution: Use Lattice-based (a mathematical concept) Encryption, which is currently believed to be hard for quantum computers to solve efficiently.

0x001 - Magic Links 🪄

Problem: Password authentication is a hassle. Solution: Authenticate users by sending them a one-time login link to a trusted source.