• 大小: 5KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: 算法  

资源简介

一个采用rc6算法进行加密解密的程序资料,该程序可以很好的进行密码学的操作。

资源截图

代码片段和文件信息

/* rc6 (TM)
 * Unoptimized sample implementation of Ron Rivest‘s submission to the
 * AES bakeoff.
 *
 * Salvo Salasio 19 June 1998
 *
 * Intellectual property notes:  The name of the algorithm (RC6) is
 * trademarked; any property rights to the algorithm or the trademark
 * should be discussed with discussed with the authors of the defining
 * paper “The RC6(TM) Block Cipher“: Ronald L. Rivest (MIT)
 * M.J.B. Robshaw (RSA Labs) R. Sidney (RSA Labs) and Y.L. Yin (RSA Labs)
 * distributed 18 June 1998 and available from the lead author‘s web site.
 *
 * This sample implementation is placed in the public domain by the author
 * Salvo Salasio.  The ROTL and ROTR definitions were cribbed from RSA Labs‘
 * RC5 reference implementation.
 */

#include 

/* RC6 is parameterized for 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4474  1999-09-02 12:50  2003113254809\rc6.c

     文件       5344  1999-09-02 12:50  2003113254809\rc6-unop.c

     文件        164  2005-02-08 16:58  2003113254809\『源码天空』.url

     文件        164  2005-02-08 16:58  2003113254809\免费『商业源码』.url

     文件       1619  2006-07-30 15:23  2003113254809\使用说明.txt

     目录          0  2007-03-24 09:47  2003113254809

----------- ---------  ---------- -----  ----

                11765                    6


评论

共有 条评论