Ioncube_new_and_old>Code-logic bug

Issue #56 new
sidxx55 created an issue

На старом и новом

    $keys = implode(array_map(function($v) {
            return $key[3] . $key[1];
        }, array_map("str_split", explode("-", $key)))); /// this shit
        $keys = strrev($keys);
        return $key === $this->generate($keys);

далее на новом ошибки (дб)

    private $privateKey = "ec340029d65c7125783d8a8b27b77c8a0fcdc6ff23cf04b576063fd9d1273257";
    private $keySize = 32;
    private $profile;
    private $hash = "sha1";

выход с warning

    private $privateKey

    private $keySize

    private $profile

    private $hash

Comments (0)

  1. Log in to comment