根据这个网站:http://crypo.in.ua/tools/eng_chinzo-72c.php它将明文编码为中文字符密码。
我找不到有关它的算法的任何信息,有没有办法对这种编码或PHP页面的源代码进行反向工程?
例如:
Min
编码为
pqs = Projects.objects.all()
for p in pqs:
(theMin, theMax) = getMilestoneBounds(p)
# Use values from p and theMin and theMax
...
def getMilestoneBounds(pid):
mqs = Milestone.objects.filter(meta__is_cycle=True)
theData = mqs.aggregate(min_entry=Min('entry_date'),max_entry=Max('entry_date'))
return (theData['min_entry'], theData['max_entry'])
和
a
编码为
法 吴
和
aa
编码为
法 法 吴
嗯,实际上,我认为解码这个很容易......但我不确定为什么页面上写着“无法解密未被此脚本加密的中文字符。”