Git Product home page Git Product logo

Comments (8)

felixveysseyre avatar felixveysseyre commented on May 27, 2024 1

@cpatrick Disabling openssl extension allowed me to complete the installation.

if (false && extension_loaded('openssl')) {
    $factory = new \RandomLib\Factory();
    $generator = $factory->getHighStrengthGenerator();
    $prefix = $generator->generateString(32);
} else {
    $prefix = $this->Component->Random->generateString(32);
}

I am not sure what is happening but it could be related to this issue ircmaxell/RandomLib#25

Thanks @cpatrick !

from midas.

cpatrick avatar cpatrick commented on May 27, 2024

I believe this is an issue with not finding some underlying crypto library, do you have the openssl or mcrypt extension installed?

At any rate, we should improve the error message.

from midas.

felixveysseyre avatar felixveysseyre commented on May 27, 2024

OpenSSL extension is installed, not mcrypt.

capture d ecran 2016-09-02 a 14 10 26

Is mcrypt a dependency ? I did not get any error message on step1.

from midas.

cpatrick avatar cpatrick commented on May 27, 2024

it shouldn't be, does installing it address the issue?

from midas.

felixveysseyre avatar felixveysseyre commented on May 27, 2024

Same error with mcrypt installed:
capture d ecran 2016-09-02 a 14 28 35

from midas.

cpatrick avatar cpatrick commented on May 27, 2024

Hmmm, Are you able to manually create a RandomLib Matcher?

@jamiesnape, have you seen anything like this?

from midas.

jamiesnape avatar jamiesnape commented on May 27, 2024

No, but we do not test old versions of Midas with recent dependencies. Is there a compelling reason to be using 3.2.20? It is missing critical security fixes.

from midas.

felixveysseyre avatar felixveysseyre commented on May 27, 2024

@jamiesnape Mostly because our old applications (two or three years old) have been implemented as private module working with Midas 3.2.

It would make sens to use 3.4 instead if it was not requiring an important amount of work.

from midas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.