Is there a backup tool yet for age?<p>Also, I would like to point out a major foot-gun with Age. I was using age in the symmetric mode, glad that I am getting a cleanly written ChaCha20-Poly1305 symmetric cipher. This is supposed to be 256-bits symmetric encryption, and quantum-resistance.<p>But if I recall, it seems that the age key file itself is 128 bits! Thus in the symmetric mode, Age provides only 128 bits of security. This is substandard, and in particular secure only until 2035 or so.<p>Worse, Age creates by default a 10-word password from BIP-39 list. That’s actually 110 bits, in default configuration. Again, a good deal weakening the security.<p>I reverted back to GPG AES-256. AES-GCM appears in 2.3.<p>Correct me if I’m wrong.<p>————-<p>Update: Here are the links for the security level of 128 bits in Age:<p><a href="https://github.com/FiloSottile/age/discussions/423" rel="nofollow">https://github.com/FiloSottile/age/discussions/423</a><p><a href="https://github.com/C2SP/C2SP/blob/main/age.md" rel="nofollow">https://github.com/C2SP/C2SP/blob/main/age.md</a>