Decodify icon indicating copy to clipboard operation
Decodify copied to clipboard

Detect and decode encoded strings, recursively.

Results 9 Decodify issues
Sort by recently updated
recently updated
newest added

Cracked SHA2 Hash: CODE ERREUR : 002 error

It converts all letters to lowercase. I'll try to work on this issue myself.

Starting recently md5 strings seem to time out trying to use the third party service. No notice if the service is down or if something has changed. I tried installing...

Would be nice to run dcode against a file that has several hex or base64 encoded strings and have it decode them all. Thank you.

enhancement

Might be worth considering adding the below: https://github.com/arthepsy/deobf/blob/master/webstorm.obf.py https://github.com/arthepsy/deobf/blob/master/jetty.obf.py

it's quite common, and can be identified with 1 trailing `=`, instead of 2 `=`s used in its Base64 counterpart. in Python, `base64.b32decode` can be used to perform the decoding.

Refactoring + base 16,32,85 decoder ![image](https://github.com/user-attachments/assets/ae90d8ad-7819-40e0-8483-1e13238b178b) ![image](https://github.com/user-attachments/assets/0128bb75-41bd-4fa1-a459-624dc2983635)