flow-pie/chamaa.api

Encrypt sensitive data

Open

#47 opened on Nov 2, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (4 forks)auto 404
good first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Goal

Secure blockchain credentials and private keys.

Description

Implement AES-based encryption or integrate with Vault.
Protect private keys and node URLs in .env.

Deliverables

  • Encryption module for secrets
  • .envPRIVATE_KEY_ENCRYPTED
  • Validation on backend startup

Contributor guide