搜索资源列表

  1. Key-Word-cipher-EncaDecryption

    0下载:
  2. 密钥短语密码加密解密,标准C实现,本科密码学课程实践-Key Word cipher Encryption and Decrytion, implemented with standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:406528
    • 提供者:YangPudn
  1. DES-Decryption

    0下载:
  2. DES解密算法,标准C实现,本科密码学课程实践-DES Decryption,implemented with standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:448512
    • 提供者:YangPudn
  1. DES-Encryption

    0下载:
  2. DES加密,标准C实现,本科密码学课程实践-DES Encryption,implemented with Standard C
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:445440
    • 提供者:YangPudn
  1. MD5

    0下载:
  2. MD5算法,应用于网络安全,密码学方面的知识,加密解密算法,自己写的,仅供参考-MD5 algorithm used in network security, knowledge of cryptography, encryption and decryption algorithms, wrote it myself, for reference only
  3. 所属分类:CA认证

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:马璐璐
  1. d3des

    0下载:
  2. 3des加密解密算法,网络安全密码学的知识,初学者刚刚写的,仅供参考-3des encryption and decryption algorithms, network security knowledge of cryptography, beginners just written, for reference
  3. 所属分类:CA认证

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:马璐璐
  1. crypto

    0下载:
  2. 密码学课程的教学word文档,里面的内容很全,很新-Teaching courses in word document password, which is very wide, very new
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:661504
    • 提供者:李志强
  1. AES

    0下载:
  2. 密码学 AES算法的代码实现 包括加密和解密过程-AES cryptographic algorithm code, including encryption and decryption process
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:1999872
    • 提供者:ChenDL
  1. DES

    0下载:
  2. 密码学 DES 的算法实现 包括加密和解密过程-DES cryptographic algorithm implementations include encryption and decryption process
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:2025472
    • 提供者:ChenDL
  1. SHA-1

    0下载:
  2. 密码学 SHA-1算法的代码实现 包括加密和解密过程-Cryptography SHA-1 algorithm code, including encryption and decryption process
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:2014208
    • 提供者:ChenDL
  1. ElGamal

    0下载:
  2. 密码学 ElGamal密码算法的代码实现 包括加密过程-Cryptography ElGamal cipher code, including encryption process
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:1825792
    • 提供者:ChenDL
  1. SimplifyECIES

    0下载:
  2. 密码学 简化ECIES算法的代码实现 包括加密过程-Cryptography ECIES simplified algorithms including encryption code
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:1784832
    • 提供者:ChenDL
  1. RSA

    0下载:
  2. 这是密码学中RSA加密算法的C语言实现源码,可直接使用-This is the cryptography RSA encryption algorithm C language source code can be used directly
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:燕藏锋
  1. BCHFace

    0下载:
  2. 密码学中BCH码的MFC界面实现,包含编译码过程-Cryptography BCH code MFC interface to achieve, including encoding and decoding process
  3. 所属分类:界面编程

    • 发布日期:2024-05-10
    • 文件大小:86016
    • 提供者:燕藏锋
  1. zhiwentux-

    0下载:
  2. 随着信息技术的迅速发展,信息安全已成为全球信息化的重大挑战。密码学是信息安全的基础,而密钥安全又是密码系统的依赖。为解决密钥的随机性同用户的记忆之间的矛盾、密钥与合法用户之间缺乏联系这两大问题,提出了基于生物特征的密钥技术。生物密钥技术的提出正好解决了这些问题,它能够使生物信-With the rapid development of information technology, information security has be
  3. 所属分类:分形几何

    • 发布日期:2024-05-10
    • 文件大小:7495680
    • 提供者:李李
  1. MyRsa

    0下载:
  2. 这是rsa 的程序解释,实现了rsa的功能,密码学的基础-rsa program explained, implements rsa functions based cryptography
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:李志强
  1. gmp-6.1.0

    0下载:
  2. GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:4869120
    • 提供者:yehuohan
  1. encrypt

    0下载:
  2. 这是一个密码学的课程设计。里面包括SPN加密、线性密码分析、差分密码分析、改进的SPN、随机性检测、生成RSA算法的参数、实现RAS和文件加解密功能。使用的是gmp库。对于学习密码学很有参考价值。-It was a cryptography course design. Which includes SPN encryption, linear cryptanalysis, differential cryptanalysis, imp
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:36865024
    • 提供者:王欣
  1. playfair(MFC)

    0下载:
  2. 是用MFC实现playfair加密解密算法,有图形界面,算法内容有注释说明,是中山大学密码学课堂的作业,有一定得参考价值。-playfair it is a MFC program, maybe it will help you to learn cypher algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:2232320
    • 提供者:dragonir
  1. bigPrime

    0下载:
  2. 采用BigInteger 类实现大素数生成,主要用于密码学RSA算法。-Using BigInteger class implements a large prime number generation, mainly for RSA cryptography algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:gang
  1. DES-code

    0下载:
  2. 密码学中的DES密码代码参考,包含了源代码以及使用说明书-Cryptography DES cipher code reference, contains the source code and User' s Guide
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:13206528
    • 提供者:洪诚
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org