HackerTrans
トップ新着トレンドコメント過去質問紹介求人

teycirb

no profile record

投稿

Show HN: HoneypotScan – Detect crypto scam tokens

github.com
1 ポイント·投稿者 teycirb·5 か月前·1 コメント

1. `Sanctum – Cryptographically deniable encrypted vaults with IPFS storage`

github.com
2 ポイント·投稿者 teycirb·6 か月前·1 コメント

Show HN: TimeSeal – Cryptographic time-locked vaults with Dead Man's Switch

github.com
2 ポイント·投稿者 teycirb·7 か月前·2 コメント

MCP Security Scanner

github.com
3 ポイント·投稿者 teycirb·7 か月前·2 コメント

コメント

teycirb
·6 か月前·議論
Built this after realizing traditional encryption fails under physical coercion ($5 wrench attack).

Key features: - 3-layer architecture: decoy/hidden/panic - Cryptographically indistinguishable layers (like VeraCrypt hidden volumes) - Client-side XChaCha20-Poly1305 encryption - IPFS decentralized storage - RAM-only key storage (forensics-resistant) - 100% free, open source

Real use cases: journalists protecting sources, activists in authoritarian regimes, crypto holders preventing theft.

Tech stack: Next.js 15, Cloudflare Pages/D1, @noble/ciphers, IPFS (Pinata/Filebase)
teycirb
·7 か月前·議論
Built a security scanner for Model Context Protocol servers after finding RCE that code review missed.

Tests for command injection, path traversal, prompt injection. Semantic detection, 5-second scans, zero dependencies.

https://github.com/Teycir/Mcpwn

Feedback welcome.