allow passing keys directly to CLI crypto.py
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 18 May 2017 15:47:25 +0000 (17:47 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:09 +0000 (13:34 +0200)
commita83fa4eddc0ea2113a733df3473c6d37c53bda55
tree69f8a5ca063f599b730235037fd34edf11dafa45
parentecb9676d0d0e29ae2888936a6a129f287c4ec123
allow passing keys directly to CLI crypto.py

Keys may now be passed as command line argument or environment
variable.

The only valid format is 16 bytes in hexadecimal.
deltatar/crypto.py
deltatar/deltatar.py
testing/test_crypto.py
testing/test_encryption.py