资源列表
DES
- 实现des的加密算法和解密算法的过程,请见源代码-void DecryptAnyLength(char* _srcBytes,unsigned int _bytesLength) void Bytes2Bits(char*srcBytes, char* dstBits, unsigned int sizeBits) void Bits2Bytes(char*dstBytes, char* srcBits, unsigned int sizeBits)
wjcdes
- des标准加密的c语言实现,基本实现了加密的所有功能-Des encrypted c language realization standard
des
- des加密算法的介绍以及部分代码实现,如果需要可以去看看。-Des encryption algorithm introduction as well as part of the code realization
DES
- 对称密码算法 DES 1、DES的加密、解密算法流程框图    2、DES加密系统关键模块的实现(加必要代码注释)    3、DES加密前后的明文与密文-Symmetric cryptographic algorithm DES In 1, DES encryption, decryption algorithm flow diagram you you2, DES encryption system key modules (add the neces
rsa
- rsa加解密算法,用RSA公钥密码进行加密,解密 ,实现素数的判定算法-rsa encryption algorithm
MD5
- MD5 Rivest在1989年开发出MD2算法。在这个算法中,首先对信息进行数据补位,使信息的字节长度是16的倍数。然后,以一个16位的检验和追加到信息末尾,并且根据这个新产生的信息计算出散列值。后来,Rogier和Chauvaud发现如果忽略了检验将和MD2产生冲突。MD2算法加密后结果是唯一的(即不同信息加密后的结果不同-MD5 Message Digest Algorithm MD5
Discrete-chaotic-cryptography
- 一篇关于加解密的论文,介绍混沌密码学中简单的加解密知识,希望对大家有所帮助-the assay is an good assay.
DES-XE2
- delphiDES加密组件[支持delphi3-XE2版本]-delphi DES delphi3-XE2
RAS-XE2
- DELPHI RAS加密组件[支持delphi7-XE2版本]-DELPHI RAS DELPHI7-XE2
filelock2
- 加密软件,第二代加密源码,可以加密源文件,图片,文件、数据库和数据流,功能强大-Encryption software, encryption can encrypt second generation of source code, source files, images, files, database and data flow, powerful
jiami
- E002M 数据加密1 要求:(1)输入任意一串明文M。 (2)根据以下公式将其转换为密文C。 j=i+k mod 26 其中,j,i 为字母在26个字母表中的第j、i位 k为输入参数 k=1,2,…..,10 (3)具有输入输出界面。-E002M data encryption 1 Requirements: (1) enter any string of plaintext M-. (2) In accordance with the followi
AES
- AES加密算法,包括轮密钥的产生、加密和解密。全部在一个文件,容易阅读。-AES encryption algorithm, including round keys generation, and encryption and decryption. All in a file, easy to read.
