A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
## Environment * OS: ubuntu 18.04 and macos 14.4 * age version: v1.2.1 ## What were you trying to do I have a script that shows beloved, which backs my Sass database. How I'm using age while compress and encrypt the dump file. this is happening on ubuntu ```bash cat $CIHAN_FILE | xz | age -r [public-key] > $CIHAN_FILE.sql.xz.age ``` ## What happened I still have the key.txt, but I can't decrypt the age files encrypted with the public key from key.txt using the same key.txt. I'm trying to decrypt in macos ```bash age -d -i key.txt cihan7-01_05_2025_18_00.sql.xz.age > cihan7-01_05_2025_18_00.sql.xz age: error: failed to decrypt and authenticate payload chunk age: report unexpected or unhelpful errors at https://filippo.io/age/report ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by enesusta and has received 0 comments.