💾 Archived View for freeshell.de › tldr › age.gmi captured on 2023-04-19 at 23:15:02. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

age

A simple, modern and secure file encryption tool.

More information.

age --passphrase --output {path/to/encrypted_file} {path/to/unencrypted_file}
age-keygen --output {path/to/file}
age --recipient {public_key_1} --recipient {public_key_2} {path/to/unencrypted_file} --output {path/to/encrypted_file}
age --recipients-file {path/to/recipients_file} {path/to/unencrypted_file} --output {path/to/encrypted_file}
age --decrypt --output {path/to/decrypted_file} {path/to/encrypted_file}
age --decrypt --identity {path/to/private_key_file} --output {path/to/decrypted_file} {path/to/encrypted_file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY