Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- coding: utf8 -*-
- pub = '9e6ee6a81566d840790fa18f070827e9'
- encoded = '1201:1300:1270:1305:1288:144:1224:135:1214:1246:1232:1232:1269:1208:1249:1259:1253:1230:179:1298:175:1223:1261:1301:1170:1237:1199:1258:1247:1268:1220'
- key = u'Альфа и Омега'
- encoded = encoded.split(':')
- for i in range(len(encoded)):
- print unichr( int(encoded[i]) - ord(pub[i % len(pub)]) - ord(key[i % len(key)])),
Advertisement
Add Comment
Please, Sign In to add comment