OWASP WebGoat:Encoding Basics
Jump to navigation
Jump to search
Encoding Basics
Ce tutoriel présente différents types d'encryption :
Base 64 | http://fr.wikipedia.org/wiki/Base64 |
Entity encoding | http://www.owasp.org/index.php/How_to_perform_HTML_entity_encoding_in_Java |
Password Based Encryption (PBE) | http://users.soe.ucsc.edu/~abadi/Papers/wp.pdf |
MD5 | http://fr.wikipedia.org/wiki/MD5 |
SHA-256 | http://fr.wikipedia.org/wiki/SHA-256 |
Unicode encoding | http://en.wikipedia.org/wiki/Unicode |
URL encoding | http://www.w3schools.com/TAGS/ref_urlencode.asp |
Hex encoding | http://en.wikipedia.org/wiki/Hexadecimal |
Rot 13 | http://fr.wikipedia.org/wiki/ROT13 |
XOR | |
Double unicode encoding | http://www.owasp.org/index.php/Double_Encoding |
Double URL encoding | http://www.owasp.org/index.php/Double_Encoding |
Vous pouvez tester ces différentes encryption en saisissant une chaîne dans le champ "Enter a string" puis en cliquant sur "Go!".