V
V
Vitaly2016-05-11 12:53:06
PHP
Vitaly, 2016-05-11 12:53:06

How to implement this in javascript?

All the best!
In php there is this code:
$sign=sha1(md5($data.$password))
Is it possible to implement this in javascript?
P.S. please tell me how to read this php code correctly, namely what is in md5, as I understand it, md5 is generated with a data + password change and sha1 is already generated from this

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Agaltsov, 2016-05-11
@Archusha

A little Google and voila ) lig-membres.imag.fr/donsez/cours/exemplescourstech...
do you want to parse data back in PHP?? it won't work that way.
You must compare values ​​already hashed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question