ape

Build GitHub GitHub release

🐒

Ape deterministically derives an age secret key from a passphrase via $sha256(argon2id(passphrase))$ and wraps
age for decryption.

Installation

brew install busyloop/tap/ape

(or: Download static binary)

Usage

Run ape to derive a key.
Or pipe data to ape to decrypt.

Stay safe :shield:

Contributing

  1. Fork it (https://github.com/busyloop/ape/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request