OWASP / pysap

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.
https://owasp.org/www-project-core-business-application-security/
GNU General Public License v2.0
219 stars 61 forks source link

Credv2: Add support for cipher format version 1 with 3DES #37

Closed martingalloar closed 3 years ago

martingalloar commented 3 years ago

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.