Nuacht

This Python script is able to partially encrypt LS-Dyna input/key files based on the encryption algorithm provided by LSTC/ANSYS. 'gpg' is used for the encryption process.
So I have a program in Python for use on a Linux machine that's dealing with binary data flowing through what may be a Linux FIFO.I'm using Avinash Kak's BitVector to modify the data as it goes ...