#!/usr/bin/env python
import hashlib
import textwrap
h = hashlib.md5('livibetter')
b = ''.join(bin(ord(c)+256)[-8:] for c in h.digest())
print '\n'.join(textwrap.wrap(b, width=16))
1000010100010111 1011100011011100 1000001101111000 0010010100011100 0010000000010110 1100000010000111 1111000011000100 1000111101001000
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.