public function test_31()
    {
        _class('encryption')->set_cipher('cast256');

        $encrypted = _class('encryption')->_safe_encrypt_with_base64(self::$to_encode, self::$secret);