Tickets
Sign in or register to view tickets
Tickets
Sign in or register to view tickets
Features

The Cryptographic library offers the following functionality as a native ABAP implementation:

Product license keys

  • Integration with Client Central's license key model
  • Automatic request and retrieval of new license files
  • Upload of license from file
  • Verification of key validity to specific SAP instance and date range

ABAP Code hiding/Obfuscation

  • Prevent unauthorized access to IP by replacing sensitive methods with dummy code
  • ABAP runtime has access to original code but will display dummy code to debuggers and development environments
  • Code is signed during transport creation and verified before activation to ensure that no tampering has occurred. 

AES symmetric block encryption

  • Encryption/Decryption based on pass-phrases, salt and IV values
  • Key sizes: 128, 192, 256
  • Padding Scheme: CBC, ECB
  • Supports data streams of unlimited size

RSA asymmetric key encryption (Private/Public keys)

  • Encryption/Decryption
  • Sign/Verify data streams of unlimited size
  • Generation of new key pairs
  • Saving/Loading of PEM format files
    • Plain Public/Private key PEM formats, including X.509 Certificates and encrypted Private key PEM files.
Suggestions
Activities
Sign in or register to view activities