I have a file encrypted in SHA-1 and a SHA-1 code consisting of about 20 characters (as I understand it is the key).
How, having this key, you can decrypt this file? Maybe there is such a function in PHP?
I have a file encrypted in SHA-1 and a SHA-1 code consisting of about 20 characters (as I understand it is the key).
How, having this key, you can decrypt this file? Maybe there is such a function in PHP?
Source: https://ru.stackoverflow.com/questions/442524/
All Articles