سؤال

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==^#~@%>
هل كانت مفيدة؟

المحلول

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

نصائح أخرى

UUDECODE & UUENCODE are you friends here.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top