Skip to content

Instantly share code, notes, and snippets.

@cool-RR
Created July 26, 2013 20:57
Show Gist options
  • Select an option

  • Save cool-RR/6092183 to your computer and use it in GitHub Desktop.

Select an option

Save cool-RR/6092183 to your computer and use it in GitHub Desktop.
encrypt('\x00')
'7\xceo\x8b\xdf\x1e\xce\x1egq\xd6\x1f4w\xc4\xeeq\xcf7\x93\xa0'
encrypt('\x01\x02\x03\x04')
'\x06\t`\xea\xf8u]G\xab\x14\xf6)H\xce\xe0\xed\x01\x03xu[\xb4\xa7\x88'
encrypt('\xFF')
'\r)R\x88\xf8V=\x9a\xa62Hu\xb3\xeaz\x9c\x84\x13!\xf6\xcd'
encrypt('\xFFFF')
'\x88\xc4\x1c\xb3\xf2\x95\xfd\x19\x8f\x03Q\xd4J\x1a\xf4\xbeM\xb5&\xd34\x1cR'
encrypt("".join(map(chr, xrange(256))))
'^x\xb8\xd2\xb8\xa9:\xf0\x15\x90\xabD\xe6G\xf8\xd0\xcf\xf6c\xe3\xe1 G\x9b\x0c\x90>v\x19\x9ak\x8c\xa1\xb2\x075\x83\xb6:J(\xa3\x1c4\xb3\xb65Qu\x98<\xeb|E\'1q,\x83\xf6\xaeU\x15\x11\xbb\xe2\x82v\x03\xf1\xf4\xb8qN\x8a\x85\x84\xbdu\xb0H\x11\xcf\xa6\\\xda\x95\xdbG\xe7\xf3[\xd4\x94C\xff( \xc2\xaa\xa3^k\x07\x01\xf92\x052\x12\x97j\x94\xeb\xdf\xa9o\x87\xfe~\x9f\xa4\xe5,\xc8s"\xe4\xa6\xb7Z\xe7b\xbcrpM,H\xbf\x8a7L1\xb5\xd6s?[\x1cB\xb8Zs\x06\xff\x8bBs\xdf\xe4#\x84QA\xb2wpI\xff\xeb\xb2s\x0e\xbc\x86\x84\xfa\xa6\x93q\x83O\xdfj_8P\xd4\xe1\x85\xe2\xdf\xe1j\x86\n\xf3v\xfc\xcb4\xca\x86\x06\x8d\x08\xe8v\x0b<\x9a<2Q\x1e\xe3\x9e\xf3\x8e\xec\xf2\xa8\x9a#$\xbe\x06a\xa0D1<|?\x16\x01\x93\xb4\xc0\x00\xa5\xd6\xecw\x11\xfe\xf5\xd1\xed\xcb\x95\xc4U\xa9\xdf\x948dMP\xf5\x19(\xee\xd7\xf1|\xa4-X\x9d\xd7\x8d6\xc5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment