pysap is an open source Python library that provides modules for crafting and sending packets using SAP's NI, Diag, Enqueue, Router, MS, SNC, IGS, RFC and HDB protocols.
Added support for cipher format version 1 with 3DES encryption. Moved key derivation to a class method to handle both 3DES and AES256 algorithms. Added unit tests and test files, as well as arranged and refactored previous ones to denote cipher format version being tested.
Added support for cipher format version 1 with 3DES encryption. Moved key derivation to a class method to handle both 3DES and AES256 algorithms. Added unit tests and test files, as well as arranged and refactored previous ones to denote cipher format version being tested.
This should close #36.