HackerTrans
TopNewTrendsCommentsPastAskShowJobs

teycirb

no profile record

Submissions

Show HN: HoneypotScan – Detect crypto scam tokens

github.com
1 points·by teycirb·5 tháng trước·1 comments

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

github.com
2 points·by teycirb·6 tháng trước·1 comments

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

github.com
2 points·by teycirb·7 tháng trước·2 comments

MCP Security Scanner

github.com
3 points·by teycirb·7 tháng trước·2 comments

comments

teycirb
·6 tháng trước·discuss
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 tháng trước·discuss
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.