Kickass Crypto

Find us on GitHub: https://github.com/jj5/kickass-crypto.

KickassOpenSsl.php

2023-04-03 jj5 - this implements support for OpenSSL bindings.

Tags
link
https://github.com/jj5/kickass-crypto

Interfaces, Classes, Traits and Enums

KickassOpenSsl
2023-04-05 jj5 - this is the base class for the OpenSSL crypto services.

Table of Contents

KICKASS_CRYPTO_DISABLE_CIPHER_VALIDATION  = false
2023-04-07 jj5 - programmers can disable cipher validation by defining this constant as true.
KICKASS_CRYPTO_DISABLE_IV_LENGTH_VALIDATION  = false
2023-04-07 jj5 - programmers can disable initialization vector length validation by defining this constant as true.

Constants

KICKASS_CRYPTO_DISABLE_CIPHER_VALIDATION

2023-04-07 jj5 - programmers can disable cipher validation by defining this constant as true.

public bool KICKASS_CRYPTO_DISABLE_CIPHER_VALIDATION = false

KICKASS_CRYPTO_DISABLE_IV_LENGTH_VALIDATION

2023-04-07 jj5 - programmers can disable initialization vector length validation by defining this constant as true.

public bool KICKASS_CRYPTO_DISABLE_IV_LENGTH_VALIDATION = false

Search results