-
Allow anyone to access pastes without creds, but need age encryption key with a front end
-
Consider adding [passphrase encryption](https://github.com/FiloSottile/age#passphrases) using the [age](https://github.com/FiloSottile/age) encryption tool. This would allow almost any compression app…
-
http://wlbf.github.io/2021/04/10/age-a-simple-encryption-tool/
age - A simple encryption tool
-
Based on the roadmap, it is planned to support AES encryption. While I think it is a great idea to implement file encryption in a file manager, using AES is a **bad** idea. It is good _enough_ for the…
lescx updated
7 months ago
-
When I have created an age encryption key on yubikey with the age-yubikey-plugin and try to use yubikey-agent it says that the card is already configured and that I’ll need to use wipe flag which re…
-
**As a** potential `yadm` user
**I want** support for future encryption, secrets and password management
**So that** `yadm` has a wider range of support and integration with other tooling.
**TL;D…
-
The `export` and `import` commands allow you to write/read a subset of the versioned files to/from a zip file.
That, in turn, is used by the push and pull helper for local files.
We should integ…
-
- Generate a random symmetric secret key (master key)
- Encrypt it with the desired protocol. This will require a passphrase too
- Use that for encryption
| Feature | **AGE** …
-
Thank you for making this. I couldn't believe it when I went looking for a TS age implementation, and lo and behold, you had made an official one. Amazing!
My current use case is being able to de…
-
**Description**
With #56 the support for encryption was added. Instead of using [age](https://crates.io/crates/age) for the encryption itself, I would love to see support for GnuPG/PGP (This could be…