Skip to content

Bug with AES encryption module #15

@Amepa

Description

@Amepa

Hi there is a bug the the AES encryption module. In file AES.php at line 247, you use this syntaxe :
parent::Crypt_Rijndael($this->mode);
i guess the correct one is this :
parent::__construct($this->mode);
Please check it and fix it if i am rigth.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions