Encrypted code in an ASP file

泪湿孤枕 提交于 2021-02-04 19:40:09

问题


I am working on code that was originally written by a vendor that has gone out of business. It is a classic ASP site and a lot of the server side code looks like the following. I'm wondering if there is a way to decrypt/unscramble it.

<%#@~^EgAAAA==@#@&P~,PxN,k6@#@&1AIAAA==^#~@%>

回答1:


Do your files begin with

<%@ LANGUAGE = VBScript.Encode %>

I've inherited files like that before and I decoded them with this

http://virtualconspiracy.com/content/scrdec/usage




回答2:


UUDECODE & UUENCODE are you friends here.



来源:https://stackoverflow.com/questions/23252520/encrypted-code-in-an-asp-file

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