age icon indicating copy to clipboard operation
age copied to clipboard

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

Results 43 age issues
Sort by recently updated
recently updated
newest added

Feel free to make the changes yourself and close this pull request without merging.

## Environment * OS: Linux * age version: 1.0.0-rc.3 ## What were you trying to do Checking what happens if the same recipient pubkey is given multiple times (which can...

CLI

## Environment * OS: win7 * age version: 1.0.0 ## What were you trying to do: call age from vim vi file.age # age encrypted ssh,pem key (pasword protected) "...

CLI
waiting for info

Trying to decode a password-encrypted message by pasteing it in a terminal: ``` $ age -d -----BEGIN AGE ENCRYPTED FILE----- YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IHNjcnlwdCAzMGNPVU9NVWJFYkZtejdz dHZQZDhBIDE4ClB2bEo2ako5dGdDcHNvT0F2VGNxSFBMSmxHYjRUcWM0MDlKRnl0 RnFYMUkKLS0tIHBJMGNmNVBub2FCd0tYTFljRmM0UTFML0w0eVN0ckdTcUtTSE9F UFhzcXcK2kmvabtVqQySkhhw5z2USvSWgQyDe9VEOWlSOwUGzu26cxtEc/uy1DKF klzTLEnter passphrase: age: error: incorrect passphrase...

CLI

### Discussed in https://github.com/FiloSottile/age/discussions/413 Originally posted by **rmculpepper** May 2, 2022 When a user attempts to decrypt a file with an scrypt passphrase, the work factor that protects the user's...

Go API

### Discussed in https://github.com/FiloSottile/age/discussions/415 Originally posted by **shepting** May 5, 2022 I was recently using `age` in an automated fashion for some CI machines and received the following message: ```...

improve error message

Including how to use an identity stored somewhere like `pass`, and generating a new key pair and doing something with the recipient line. We already have an example for how...

CLI

### Discussed in https://github.com/FiloSottile/age/discussions/394 Originally posted by **illiliti** February 13, 2022 For example, [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy/tree/master/vendor) does this by simply maintaining vendor directory. You can also setup CI to vendor dependencies into...

## Environment * OS: Windows 10 Pro * age version: v1.0.0-rc.3 ## What were you trying to do I was trying to encrypt a g1.txt file containing text passwords with...

CLI
Windows

We want people to use v1.0.0, not v1.0.0-rc1. bullseye-backports has v1.0.0, we should document how to use it. We should also get v1.0.0 or at least some backports into Debian...