CharlieC3
8/31/2017 - 3:53 PM

Decrypt file with GPG

Decrypt file with GPG

#!/bin/bash
gpg -o [OUTPUT_FILE_NAME] -d [INPUT_FILE_TO_DECRYPT]