Python application that can be used to encrypt and sign a file to be sent by email
python fcrypt.py -e destination_public_key.der sender_private_key.der input_plaintext_file.txt ciphertext_file.txt
destination_public_key.der
sender_private_key.der
input_plaintext_file.txt
python fcrypt.py -d destination_private_key.der sender_public_key.der ciphertext_file.txt output_plaintext_file.txt
destination_private_key.der
sender_public_key.der
ciphertext_file.txt