Warning: PHP Request Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0

Warning: PHP Request Startup: Session ini settings cannot be changed after headers have already been sent in Unknown on line 0

Warning: session_start(): Session cannot be started after headers have already been sent in /home/admud64/mrleet.com/user/database_connection.php on line 5
Cheatsheet_GPG ~ MrLeet

Title: Cheatsheet_GPGAuthor: ajayverma
Encrypt
------------
sudo gpg -e ~/Desktop/file.doc

This will prompt you to type in the persons name (public key) to encrypt with.

Decrypt
-----------
sudo gpg -d ~/Desktop/file.doc.pgp > ~/Desktop/file.doc


Import other users' public keys by using:

sudo gpg --import <key>


Submitted On: 2019-06-25 11:07:59




Warning: PHP Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0