Created
January 25, 2009 23:55
-
-
Save wacotaqo/52624 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Python Challenge #8 | |
| http://www.pythonchallenge.com/pc/def/integrity.html | |
| Title: Working hard | |
| Image of a bee | |
| Caption: where is the missing link? | |
| Bee has a map link to ../return/good.html ==> | |
| http://www.pythonchallenge.com/pc/return/good.html | |
| Requires un and pw and source code hints at: | |
| <!-- | |
| un: 'BZh91AY&SYA\xaf\x82\r\x00\x00\x01\x01\x80\x02\xc0\x02\x00 \x00!\x9ah3M\x07<]\xc9\x14\xe1BA\x06\xbe\x084' | |
| pw: 'BZh91AY&SY\x94$|\x0e\x00\x00\x00\x81\x00\x03$ \x00!\x9ah3M\x13<]\xc9\x14\xe1BBP\x91\xf08' | |
| --> | |
| This is bz2 compression. | |
| import bz2 | |
| bz2.decompress(un) and then the same to pw give you the answer. | |
| Url: http://www.pythonchallenge.com/pc/return/good.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment