Guest User

Untitled

a guest
Dec 4th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # -*- coding: utf8 -*-
  2. pub = '9e6ee6a81566d840790fa18f070827e9'
  3. 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'
  4. key = u'Альфа и Омега'
  5.  
  6. encoded = encoded.split(':')
  7.  
  8. for i in range(len(encoded)):
  9. print unichr( int(encoded[i]) - ord(pub[i % len(pub)]) - ord(key[i % len(key)])),
Advertisement
Add Comment
Please, Sign In to add comment