Skip to content

Cryptography

Yaroslav Gosudarkin edited this page Aug 18, 2021 · 2 revisions

Как зашифровать и расшифровать файл

gpg --cipher-algo AES256 --symmetric

gpg -o ~/document.txt -d ~/document.txt.gpg

Clone this wiki locally