CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - ;c语言

搜索资源列表

  1. aes-c

    2下载:
  2. AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:bin
  1. Crypt_Decrypt_C.rar

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者:王同
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:44.85kb
    • 提供者:dxh
  1. md5

    0下载:
  2. 1、掌握MD5算法描述。 2、采用C语言实现MD5摘要算法; MD5加密解密-1, master MD5 algorithm descr iption. 2, using C language MD5 digest algorithm MD5 encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:9.76kb
    • 提供者:vip
  1. MD5

    0下载:
  2. MD5简单版的杂凑函数;使用C++语言编写-MD5 Hash Function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.03kb
    • 提供者:十一
  1. mima

    0下载:
  2. 1)用C\C++语言实现仿射变换(Affine)加/解密算法;2)用C\C++语言实现统计26个英文字母出现的频率的程序;3)利用仿射变换加/解密程序对一段较长的英文文章进行加密,再利用统计软件对明文和密文中字母出现的频率进行统计并作对比-1) with C \ C++ language affine transformation (Affine) encryption/decryption algorithm 2) with C \ C++ language and Statistics
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:40.46kb
    • 提供者:李惺忪
  1. DES-disk-system

    0下载:
  2. 以C++语言在微机上实现了美国数据加密标准DES。可随微机软盘任意路径下的任何文件,加密,加密文件可在软、硬盘任何目录下或在网络中传送;另一方面可对软、硬盘中的任何文件进行解密,解密后的文件除在末尾多出几个空格符外与原文件完全相同,绝不影响EXE文件,COM文件或数据库文件的使用。密钥有加密者在键盘输入8个字符。-In c++ language microcomputer to U.S. data encryption standard DES. With the computer floppy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:174.74kb
    • 提供者:lx
  1. dianzisuo

    0下载:
  2. 本设计中,电子密码锁使用STC89C52单片机控制,采用 C语言编写,通过Proteus软件仿真并进行了实物焊接。电子密码锁通过矩阵键盘进行密码输入,1602A液晶显示模块进行显示。其可实现的功能有:(1)通过切换,对输入的4位密码进行显示或隐藏;(2)通过发光二极管和蜂鸣器,对解密正确或者错误进行声光报警;(3)4位密码修改;(4)在密码遗失情况下,通过初始密码进行密码再设置;(5)采用AT24C02外部存储器,完成断电密码保护功能;(6)具有1-9次的解锁次数任意设定功能;(7)模拟密码箱
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:70.13kb
    • 提供者:liuguangfeng
  1. WHEncrypt

    0下载:
  2. 网狐32位MD5加密和20位异或加密解密: 1.不依赖于Window平台库的C++库源代码; 2.针对Windows平台跨语言变成的VC6编译的标准DLL。-Fox 32 MD5 encryption and 20 XOR encryption and decryption: 1 does not depend on the Window platform library C++ library source code 2 for the Windows platform become
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:hanxiaohua
  1. fsbh

    0下载:
  2. 用C\C++语言实现仿射变换(Affine)加/解密算法;2)用C\C++语言实现统计26个英文字母出现的频率的程序;3)利用仿射变换加/解密程序对一段较长的英文文章进行加密,再利用统计软件对明文和密文中字母出现的频率进行统计并作对比,观察有什么规律-With C \ C++ language affine transformation (Affine) encryption/decryption algorithms 2) C \ C++ language programs frequenc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.2mb
    • 提供者:李丽瑶
  1. affine

    0下载:
  2. 1)用C\C++语言实现单表仿射(Affine)加/解密算法; 2)用C\C++语言实现统计26个英文字母出现频率的程序; 3)利用单表仿射加/解密程序对一段较长的英文文章进行加密,再对明文和密文中字母出现的频率进行统计并作对比,观察有什么规律。-1) C \ C++ language to achieve a single table Affine (Affine) encryption/decryption algorithm 2) C \ C++ language stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:刘洋
  1. lfsr

    0下载:
  2. 1)利用C\C++语言实现给定的LFSR; 2)通过不同初始状态生成相应的序列,并观察它们的周期有什么特点; 3)利用生成的序列对文本进行加/解密(按对应位作模2加运算)。 给定的LFSR为:-1) the use of C \ C++ language given LFSR 2) to generate the corresponding sequences by different initial state, and observe what are the chara
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:65.24kb
    • 提供者:刘洋
  1. DES1

    0下载:
  2. 开发环境:visual stdio 2017; 开发语言:C++(MFC); 使用方法:在明文编辑框输入需加密的字符串,在密钥输入框输入加密的密钥,点击加密,密文将在密文框显示。解密同理。(Development environment: visual stdio 2017; Development language: C++ (MFC); How to use it: in the plaintext edit box, enter the encrypted string, ente
  3. 所属分类:加密解密

    • 发布日期:2017-12-16
    • 文件大小:1.29mb
    • 提供者:woshichen
  1. AES-128

    0下载:
  2. 用c语言实现得AES128加密,亲测可用,欢迎各位前来下载(Using C language to achieve aes128 encryption, pro test is available, welcome to download)
  3. 所属分类:加密解密

    • 发布日期:2017-12-23
    • 文件大小:9kb
    • 提供者:code1
搜珍网 www.dssz.com