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

搜索资源列表

  1. 线性移位寄存器的C语言实现

    1下载:
  2. 线性移位寄存器是流密码的重要组成部分,该程序就是实现该方法。- The linearity shift register is the stream cipher important constituent, this procedure realizes this method.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.87kb
    • 提供者:王清华
  1. 用C语言写的100行DES加密算法

    0下载:
  2. 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11.77kb
    • 提供者:甘雷
  1. 维吉尼亚密码的C语言源代码

    0下载:
  2. 自己编的一个维吉尼亚密码的C语言源代码,在密码分析中有一定参考价值,希望大家能够从中受益。-own series of the Virginia code in a C-language source code, the code analysis of a definite reference value, we hope to benefit from them.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1kb
    • 提供者:刘春静
  1. 对称密码DES

    0下载:
  2. 用C语言实现des加密算法,保证可以加密解密-C language des encryption algorithm that can guarantee encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17.07kb
    • 提供者:王嘉宁
  1. mimaliluncyuyan

    0下载:
  2. 密码理论c语言,对密码理论进行介绍并对其实现进行分析-password theory c language, the code theory, introduced and achieve its analysis
  3. 所属分类:加密解密

    • 发布日期:2014-01-13
    • 文件大小:1.91mb
    • 提供者:tcy
  1. caser

    0下载:
  2. 凯撒密码-扩展的凯撒密码,C语言版本。密码技术试验一-Caesar PIN-code expansion Caesar, C language version. Cryptography a test
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:789byte
    • 提供者:conner
  1. DESRSA

    0下载:
  2. 加密解密现代密码学的内容c语言编写uoto-modern encryption and decryption of the contents of cryptography c language uoto
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:332.13kb
    • 提供者:cindy
  1. myRC4

    0下载:
  2. 非常不错的流密码rc4加解密程序 c语言编写 调试运行成功-very good stream cipher encryption procedures rc4 c language debugging operation successful
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:178.48kb
    • 提供者:东东
  1. des

    0下载:
  2. 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-17
    • 文件大小:114.99kb
    • 提供者:张博
  1. RSA

    0下载:
  2. rsa算法c语言实现 完整 有对话框,密码学经典非对称加密实现-rsa algorithm c language there is complete dialog box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:908.39kb
    • 提供者:周勇
  1. vvvvvvv

    0下载:
  2. 使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:196.79kb
    • 提供者:艾萌
  1. Classical

    0下载:
  2. 用C语言实现的的全部的古典密码学算法的加密与解密程序,供朋友们参考。-The Classical Cryptography programme by C Language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:17.5kb
    • 提供者:yaofengyi
  1. Vigenere_cipher

    0下载:
  2. 该程序用C++语言编写,可以实现维吉尼亚密码的加解密功能-Achieve password encryption and decryption functionality Virginia
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:168.63kb
    • 提供者:黄星
  1. DESdifferential-analysis-

    2下载:
  2. C语言实现——应用分组密码体制的基本原理,实现DES加解密,并分析 DES 的雪崩性质,对DES加密进行差分分析,并利用自己设计的S盒进行加密 -C language- Application of basic principles of block ciphers, DES encryption and decryption to achieve, and the nature of the avalanche DES, differential cryptanalysis of DES en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-12
    • 文件大小:863kb
    • 提供者:赵子番
  1. C-language-board-password-algorithm

    0下载:
  2. 基于C语言棋盘密码小算法,加密算法基础编程。-C language board password algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:636byte
    • 提供者:张新
  1. Applied-Cryptography-C-source-code

    0下载:
  2. 《应用密码学:协议、算法与C源程序》一书的附带c语言源码-"Applied Cryptography: Protocols, Algorithms and C source code," a book with c language source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5.55mb
    • 提供者:gece
  1. 哈弗曼编码

    0下载:
  2. C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-17
    • 文件大小:244kb
    • 提供者:辰砂
  1. DES加密与解密

    0下载:
  2. des加密算法的实现,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢。(The symmetric cryptosystem in the DES algorithm for the password system, has been beca
  3. 所属分类:加密解密

  1. AES_CMAC

    3下载:
  2. 通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基
  3. 所属分类:加密解密

    • 发布日期:2019-06-20
    • 文件大小:45kb
    • 提供者:lixiaoke
  1. 代码

    1下载:
  2. SM2 C语言实现,通过国家密码管理局的大数选择和参数定义要求(SM2 C language implementation, through the national Password Administration's large number selection and parameter definition requirements)
  3. 所属分类:加密解密

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com