﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-#ant-随笔分类-Encrypt</title><link>http://www.cppblog.com/ant/category/5114.html</link><description>The dreams in which I'm dying are the best I've ever had...</description><language>zh-cn</language><lastBuildDate>Wed, 20 Aug 2008 01:17:06 GMT</lastBuildDate><pubDate>Wed, 20 Aug 2008 01:17:06 GMT</pubDate><ttl>60</ttl><item><title>TEA加密算法的C/C++实现</title><link>http://www.cppblog.com/ant/archive/2007/10/12/31326.html</link><dc:creator>蚂蚁终结者</dc:creator><author>蚂蚁终结者</author><pubDate>Fri, 12 Oct 2007 05:17:00 GMT</pubDate><guid>http://www.cppblog.com/ant/archive/2007/10/12/31326.html</guid><wfw:comment>http://www.cppblog.com/ant/comments/31326.html</wfw:comment><comments>http://www.cppblog.com/ant/archive/2007/10/12/31326.html#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://www.cppblog.com/ant/comments/commentRss/31326.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/ant/services/trackbacks/31326.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: TEA(Tiny Encryption Algorithm)		是一种简单高效的加密算法，以加密解密速度快，实现简单著称。算法真的很简单，TEA算法每一次可以操作64-bit(8-byte)，采用128-bit(16-byte)作为key，算法采用迭代的形式，推荐的迭代轮数是64轮，最少32轮。目前我只知道QQ一直用的是16轮TEA。没什么好说的，先给出C语言的源代码(默认是32轮)： 1 v...&nbsp;&nbsp;<a href='http://www.cppblog.com/ant/archive/2007/10/12/31326.html'>阅读全文</a><img src ="http://www.cppblog.com/ant/aggbug/31326.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ant/" target="_blank">蚂蚁终结者</a> 2007-10-12 13:17 <a href="http://www.cppblog.com/ant/archive/2007/10/12/31326.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>MD5算法的C++实现</title><link>http://www.cppblog.com/ant/archive/2007/09/11/31886.html</link><dc:creator>蚂蚁终结者</dc:creator><author>蚂蚁终结者</author><pubDate>Tue, 11 Sep 2007 04:20:00 GMT</pubDate><guid>http://www.cppblog.com/ant/archive/2007/09/11/31886.html</guid><wfw:comment>http://www.cppblog.com/ant/comments/31886.html</wfw:comment><comments>http://www.cppblog.com/ant/archive/2007/09/11/31886.html#Feedback</comments><slash:comments>34</slash:comments><wfw:commentRss>http://www.cppblog.com/ant/comments/commentRss/31886.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/ant/services/trackbacks/31886.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 1. Introduction		MD5算法是一种消息摘要算法(Message Digest Algorithm)，此算法以任意长度的信息(message)作为输入进行计算，产生一个128-bit(16-byte)的指纹或报文摘要(fingerprint or message digest)。两个不同的message产生相同message digest的几率相当小，从一个给定的message ...&nbsp;&nbsp;<a href='http://www.cppblog.com/ant/archive/2007/09/11/31886.html'>阅读全文</a><img src ="http://www.cppblog.com/ant/aggbug/31886.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ant/" target="_blank">蚂蚁终结者</a> 2007-09-11 12:20 <a href="http://www.cppblog.com/ant/archive/2007/09/11/31886.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>