rage
rage copied to clipboard
A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
Homebrew has methods to pass common arguments for several languages' build systems. You can find examples by searching for packaged rust software in [homebrew core](https://github.com/Homebrew/homebrew-core/tree/master/Formula). Diesel, rg, and procs are...
I made some experimental changes that allow the use to have more control over what work factor is use for scrypt during encryption. The documentation is currently lacking, but I...
I picked the first commit of `fuse_mt` that switched from using `fuse` to `fuser` (`fuse_mt` hasn't had any new releases since 0.5.1). That way `rage-mount` can be built against libfuse3....
We've been using and recommending `age` for a "small" use cases, like wrapping/unwrapping sensitive material, where there's only one X25519 or passphrase recipient and a tiny amount of data. This...
## Environment * OS: Mac OS - High Sierry * rage version: 0.81 ## What were you trying to do Encrypting and decrypting files ## What happened Created a 5Mb...
## What were you trying to do Encrypt for recipients listed via GitHub or HTTP(S) resources. The spec, [age v1](https://age-encryption.org/v1), has many examples of using recipients like `github:` or providing...
If an age plugin meets an exothermic demise, `rage` should print a prefix message and then the output of the plugin's `stderr`.
If we are pretty certain we know what they meant, suggest it.
i.e. reading a recipients or identities list from stdin. This would need to be de-conflicted with accepting plaintext input from stdin (since there is only one stdin).
If we merge #303 then we need to close this issue before the next release (because the `aead` crate is part of the public API of `age-core`).