D
D
dev4002016-10-02 14:11:44
PHP
dev400, 2016-10-02 14:11:44

How to parse md5 with nesting and salt?

If all the components are known, how can you decode it?

public function password($pass) {

        return md5 (
            md5(
                md5( $pass ) . $this->salt
            ) . $this->salt
        );

    }

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2016-10-02
@dev400

cannot be decoded/decrypted.
can only be selected.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question