iscc2016-basic-明察秋毫

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iscc2016-basic-明察秋毫相关的知识,希望对你有一定的参考价值。

 

 

 

 

查看源代码,找到
maybe not flag : Jr1p0zr2VfPp

移位密码,注意判断字母大小写,并且数字无变化

 

s = "Jr1p0zr2VfPp"
p = list(s)
for i in range(26):
    for j in range(len(s)):
        if s[j].isupper():
            p[j] = chr((ord(s[j])-65+i)%26+65)
        elif s[j].islower():
            p[j] = chr((ord(s[j])-97+i)%26+97)
    print ‘‘.join(p)

  

以上是关于iscc2016-basic-明察秋毫的主要内容,如果未能解决你的问题,请参考以下文章

iscc2016-basic-find-to-me

ISCC:Please give me username and password!

ISCC2016 mobile

2021-05 ISCC竞赛

2021-05 ISCC竞赛

2021-05 ISCC竞赛