Python symmetric encryption with CRC(turnkeylinux.org)
turnkeylinux.org
Python symmetric encryption with CRC
http://www.turnkeylinux.org/blog/python-symmetric-encryption
3 comments
Using a CRC to authenticate a message is why we have an SSHv2; SSH made a similar mistake.
Thanks Thomas, I updated the post.
Great Tutorial! An excellent way to get into Python Crypto Lib.