TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Python symmetric encryption with CRC
6 points
by
alonswartz
about 15 years ago
3 comments
tptacek
about 15 years ago
Collapse
Using a CRC to authenticate a message is why we have an SSHv2; SSH made a similar mistake.
评论 #1201699 未加载
donkidder
about 15 years ago
Collapse
Strange that python-crypto would take care of padding for block ciphers and not calculate the CRC for you. I wonder how much code out there assumes it would and become susceptible to accidental corruption of the plaintext.
评论 #1201257 未加载
db2hitman
about 15 years ago
Great Tutorial! An excellent way to get into Python Crypto Lib.