TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Python symmetric encryption with CRC

6 pointsby alonswartzabout 15 years ago

3 comments

tptacekabout 15 years ago
Using a CRC to authenticate a message is why we have an SSHv2; SSH made a similar mistake.
评论 #1201699 未加载
donkidderabout 15 years ago
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 未加载
db2hitmanabout 15 years ago
Great Tutorial! An excellent way to get into Python Crypto Lib.