age

A simple, modern and secure file encryption tool. More information:…

age

A simple, modern and secure file encryption tool. More information: https://age-encryption.org.

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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← agate age-keygen →