Exakat\Analyzer\Structures\CryptWithoutSalt::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->code = 'crypt';
        $this->rank = 1;
        parent::analyze();
    }
CryptWithoutSalt