Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed compatibility between encrypt() and decrypt() using openssl extention #122

Merged
merged 3 commits into from Mar 26, 2017
Merged

Commits on Mar 26, 2017

  1. fixed compatibility between encrypt() and decrypt() using openssl ext…

    …ension.
    Yoshihiro OKUMURA committed Mar 26, 2017
    Copy the full SHA
    2a3efc2 View commit details
    Browse the repository at this point in the history
  2. [XCube_Utils] Fix encrypt/decrypt to DES-ECB

    Also compatibility problem fixed.
    nao-pon committed Mar 26, 2017
    Copy the full SHA
    21e4621 View commit details
    Browse the repository at this point in the history
  3. [XCube_Utils] cotrrection for PHP<5.4 of decrypt()

    PHP < 5.4.0 can not use `OPENSSL_ZERO_PADDING`
    nao-pon committed Mar 26, 2017
    Copy the full SHA
    27a4aeb View commit details
    Browse the repository at this point in the history