We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述你的诉求 来自https://gist.github.com/wh1t3p1g/ffd15270914492491e18ff9f070eab2b#L585 今天做题的时候发现了这种加密方式,然后看这里没有,就提出一下,这个原理比较简单
描述你想要的解决方案 例如密码884080810882108108821042084010421,以0作为分隔符,得到['884', '8', '81', '8821', '81', '8821', '42', '84', '1', '421'],每一个数字相加,例如第一个8+8+4=20,对应第20个字母T,这个整个解出来结果为THISISFLAG
884080810882108108821042084010421
0
['884', '8', '81', '8821', '81', '8821', '42', '84', '1', '421']
8+8+4=20
T
THISISFLAG
额外信息(可选) (NOPE)
The text was updated successfully, but these errors were encountered:
lixworth
When branches are created from issues, their pull requests are automatically linked.
描述你的诉求
来自https://gist.github.com/wh1t3p1g/ffd15270914492491e18ff9f070eab2b#L585
今天做题的时候发现了这种加密方式,然后看这里没有,就提出一下,这个原理比较简单
描述你想要的解决方案
例如密码
884080810882108108821042084010421
,以0
作为分隔符,得到['884', '8', '81', '8821', '81', '8821', '42', '84', '1', '421']
,每一个数字相加,例如第一个8+8+4=20
,对应第20个字母T
,这个整个解出来结果为THISISFLAG
额外信息(可选)
(NOPE)
The text was updated successfully, but these errors were encountered: