Git Product home page Git Product logo

Comments (3)

 avatar commented on June 1, 2024

Original Redmine Comment
Author Name: leoncx - (leoncx -)
Original Date: 2008-05-15T10:59:25Z


There are a some problem with php md5 and mysql md5 by encoding

{{
PHP’s md5() function returns the exact same hash value as [[MySQL]]’s MD5() function and other than stated before as the md5sum command line tool on most Linux/UNIX systems.
Note that trailing line feeds do matter, when you apply md5sum on a text file:

shell> php -r ‘echo md5(“test”);’
—> 098f6bcd4621d373cade4e832627b4f6

mysql> select md5(‘test’);
—> 098f6bcd4621d373cade4e832627b4f6

shell> echo -n test | md5sum
—> 098f6bcd4621d373cade4e832627b4f6

In the third example, note the ‘-n’ option, which prevents echo from appending a line feed.
}}

And in the install function, the code is md5($value) while in the login page there’s md5(htmlentities($value). May be that

from centreon-archived.

 avatar commented on June 1, 2024

Original Redmine Comment
Author Name: Julien Mathis (Julien Mathis)
Original Date: 2008-05-15T14:39:26Z


no problem for Me on Debian and [[OpenSuse]].

from centreon-archived.

 avatar commented on June 1, 2024

Original Redmine Comment
Author Name: ccesario - (ccesario -)
Original Date: 2008-05-15T23:27:02Z


Hello,

I had the same problem with OPenSuse 10.3, and to fix this I used the same solution

from centreon-archived.

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.