Skip to content

Instantly share code, notes, and snippets.

@kwmt
Created July 20, 2013 02:08
Show Gist options
  • Save kwmt/6043549 to your computer and use it in GitHub Desktop.
Save kwmt/6043549 to your computer and use it in GitHub Desktop.
How to use bz2
import bz2
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'
print bz2.decompress(un)
print bz2.decompress(pw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment