logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Encrypt Files - Secure Files with Rage | Online Free DevTools by Hexmos

Encrypt files securely with Rage. Protect sensitive data using modern encryption. Simple, secure, and composable file encryption tool. Free online tool, no registration required.

rage

A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no configuration options, and UNIX-style composability. Rust implementation of age. More information: https://github.com/str4d/rage.

  • Encrypt a file for user and save it to message.age:

echo "{{Your secret message}}" | rage --encrypt --recipient {{user}} --output {{path/to/message.age}}

  • Decrypt a file with identity_file and save it to message:

rage --decrypt --identity {{path/to/identity_file}} --output {{message}}

See Also