Skip to content

feat: add encrypt and decrypt commands using AES-256-GCM + Argon2id#3

Merged
BLemine merged 3 commits into
mainfrom
claude/fix-ci-failure-33Yo1
Apr 18, 2026
Merged

feat: add encrypt and decrypt commands using AES-256-GCM + Argon2id#3
BLemine merged 3 commits into
mainfrom
claude/fix-ci-failure-33Yo1

Conversation

@BLemine

@BLemine BLemine commented Apr 18, 2026

Copy link
Copy Markdown
Owner
  • AES-256-GCM encryption with random salt+nonce per file
  • Argon2id key derivation (time=1, mem=64MB, threads=4)
  • Passphrase via --passphrase flag or ENVGUARD_PASSPHRASE env var
  • decrypt refuses to overwrite existing file without --force
  • .env.enc (and all *.enc) added to .gitignore
  • README updated with usage examples for both commands

https://claude.ai/code/session_01EbUoqk2nyumn5WskJnWFKY

- AES-256-GCM encryption with random salt+nonce per file
- Argon2id key derivation (time=1, mem=64MB, threads=4)
- Passphrase via --passphrase flag or ENVGUARD_PASSPHRASE env var
- decrypt refuses to overwrite existing file without --force
- .env.enc (and all *.enc) added to .gitignore
- README updated with usage examples for both commands

https://claude.ai/code/session_01EbUoqk2nyumn5WskJnWFKY
@BLemine BLemine self-assigned this Apr 18, 2026
claude and others added 2 commits April 18, 2026 19:41
golang.org/x/crypto v0.50.0 requires Go 1.25; go.mod was bumped
accordingly. Using go-version-file keeps CI in sync with go.mod
automatically for future updates.

https://claude.ai/code/session_01EbUoqk2nyumn5WskJnWFKY
@BLemine BLemine merged commit da0d676 into main Apr 18, 2026
2 checks passed
@BLemine BLemine deleted the claude/fix-ci-failure-33Yo1 branch April 18, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants