encdec encrypt or decrypt a file using Chacha20-Poly1305 USAGE: ./encdec.py -c|-d|-dt filename ./encdec.py -v -c encrypt file (output to file.cha) -d decrypt file.cha (output to file) -dt decrypt file.cha (txt output sent to terminal) -v print version