Crypto

The "Crypto" module allows performing cryptographic operations: encryption and decryption of data, generation of private and public keys, generation and verification of an electronic digital signature.

Additional settings are not required.

Business processes

AES encryption and decryption: CBC and ECB modes

  • Crypto: Encrypt AES-CBC

  • Crypto: Decrypt AES-CBC

  • Crypto: Encrypt AES- ECB

  • Crypto: Decrypt AES- ECB

RSA encryption and decryption

  • Crypto: Encrypt RSA

  • Crypto: Decrypt RSA

Electronic signature and signature verification

  • Crypto: RSA Sign (MD5)

  • Crypto: RSA Sign (SHA1)

  • Crypto: RSA Sign (SHA256)

  • Crypto: RSA Sign (SHA512)

  • Crypto: RSA Verify Signature (MD5)

  • Crypto: RSA Verify Signature (SHA1)

  • Crypto: RSA Verify Signature (SHA256)

  • Crypto: RSA Verify Signature (SHA512)

Generate RSA private and public keys

  • Crypto: Generate RSA key

Group Crypto

Last updated

Was this helpful?