What encoding scheme is this?

巧了我就是萌 提交于 2020-02-08 07:00:46

问题


I have found the following encoding scheme in the POST requests at a login screen. On the left is what I typed in the password field, on the right is what was passed to the server:

aaaaaaaaaa -> %5BYHj%5BYHj%5BYHj%5BS%3F%3F
bbbbbbbbbb -> %5BoLk%5BoLk%5BoLk%5Bi%3F%3F
hello -> cIXudI%3A%3F
doggie -> %5CI%3Bp%5C4nn
abcdefghilk12345678 -> %5BYLl%5CIXo%5C4jrdIuzOlO2PV%5B5QC%3F%3F

What encoding scheme is this?

来源:https://stackoverflow.com/questions/28158842/what-encoding-scheme-is-this

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!