http://owlzyj4to3l5daq6edgsgp5z4lh4tzlnms4z6jv6xdtkily77j4b3byd.onion/beginner-guides/symmetric.html
If it is located on the Desktop, simply type the following command: cd ~/Desktop Then, encrypt the file. gpg --symmetric name_of_file Shorthand. gpg -c name_of_file Enter the password twice to confirm it. You may also use the -o flag to specify an output file name. gpg -o desired_filename name_of_file The default encryption cipher is AES-128. You may also use another encryption cipher, such as AES256, TWOFISH, or BLOWFISH. gpg -c --cipher-algo AES256 name_of_file To...