Tang-compatible NBDE server written in Elixir
Caution
This project is an experimental implementation intended only for research and learning purposes. Do not use in production environments.
Latchor is a Tang-compatible NBDE server written in Elixir. It aims to provide a minimal and educational reference for understanding Tang protocol.
- Tang protocol compatibility
- SQLite-based keyring management
- jose
- Elixir v1.18 (OTP/27+)
# Install dependencies
mix setup
# Run the server
mix run --no-haltYou can test it with Clevis:
echo "Hello Latchor" | clevis encrypt tang '{"url":"http://localhost:37564"}' > secret.txt
clevis decrypt < secret.txt