Superpowered Cryptographics Library Features

Hashing

SHA or MD5 hashing with ease. One line of code to set the type, one line to process data, one line to get the result.

AES cryptography

Encrypt or decrypt with AES. One line of code to set up the key, another line to process the data. 8-32x faster than most other libraries.

RSA public/private key cryptographics

Quick and easy API to work with RSA keypairs without a learning curve.

Solutions

Superpowered Cryptographics Library SDK

Hashing

  • MD5

  • SHA1

  • SHA224

  • SHA256

  • SHA384

  • SHA512

AES

  • 128/192/256 bits

  • ECB

  • CBC

  • CFB8

  • CFB128

  • CTR

RSA

  • PEM

  • DER

  • Signature verification

  • Public key encryption

  • Signing

  • Private key decryption