Advertisement
Peaser

0xf.at level 15 solver

Mar 7th, 2015
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. algorithm = lambda string: ''.join([chr(ord(val)-id) for id, val in enumerate(string)])
  2. #the password is "notbad"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement