Skip to content
View mpaymenremora's full-sized avatar

Block or report mpaymenremora

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mpaymenremora/README.md

Hey, I'm 0xVanta. πŸ‘‹

Static analysis is what I do. Reversing binaries, pulling protocol formats apart, and building tooling that makes other people's code tell the truth about itself. I run Vanta Labs out of Karlsruhe, where the core rule is simple: if you cannot point at the bytes, you do not have an answer.


What I build

Project What it does
QuantumSeal Post-quantum migration workbench. Inventories the crypto in a source tree β€” RSA, ECC, MD5, TLS, ML-KEM β€” and charts it as a scored CryptoBOM with migration priorities. Rust CLI, zero deps.
CacheCraft Semantic cache strategy bench. Replays recorded request traces through exact/prefix/overlap/route policies and measures which one actually pays off. Python + Go, dependency-free.

Both are static-analysis instruments, not libraries that pretend to be secure. A finding is a coordinate for human review, never a verdict.


What I'm usually doing

  • πŸ” Reversing binaries and mapping protocol formats (the [static analysis] part of the day job)
  • 🧱 Building offline analysis tooling β€” no network calls, no hidden dependencies
  • πŸ“ Reading RFCs, FIPS documents, and disassembly so the tooling has a spec to point at
  • πŸ—„οΈ Occasionally looking at caches, latencies, and where the time actually goes

Things I care about

  • Byte-level honesty β€” if a tool cannot cite the source span of its claim, the claim is a guess
  • Deterministic output β€” the same input must produce the same bytes, on every machine, forever
  • Dependency-free where it matters β€” the smaller the surface, the easier it is to audit

Contact

  • πŸ“« vanta-labs.dev
  • πŸ’¬ Low-level systems, static analysis, post-quantum migration β€” open to discussion

Pinned Loading

  1. QuantumSeal QuantumSeal Public

    Post-quantum migration workbench: inventories cryptographic indicators in source/config files, assigns migration priorities, and emits a CryptoBOM. Analysis tooling only - not a cryptographic imple…

    Rust 113 15

  2. CacheCraft CacheCraft Public

    Semantic cache strategy bench: replay recorded request traces through candidate caching policies and measure which one actually pays off.

    Python 36 4