搜索资源列表
c++_blowfish
- 标准C++书写的BlowFish加密算法,和加密文件演示,速度较快-written in standard C BlowFish encryption algorithm, and encryption paper presentations, faster
ECC
- ECC(椭圆曲线密码)的标准C语言设计与实现
sha
- 使用标准C++开发的SHA-1算法的实现
SHA1加密算法,标准C实现
- SHA1加密算法,标准C实现,已经测试通过。,SHA1 encryption algorithm, the standard C implementation, testing through
RSA-base-c-program.rar
- 基于C语言的RSA算法实现 用标准C语言实现了RSA算法 编译通过验证,C language based on RSA algorithm
md5.rar
- 使用标准C++实现MD5算法,可对任意大文件或字符串进行md5值的计算,Using standard C++ realize MD5 algorithm may be arbitrarily large files or string md5 calculation
base64
- 原创,C语言实现Base64编码/解码的标准算法程序。-Original C language standard Base64 encoding/decoding algorithm standard procedures.
aes-CCM
- 程序基于AES分组加密标准完成ccm模式加密与认证处理,包括NIST的基准测试向量。-Basing on AES, this program can perform encryption and authentication. All test vectors are from NIST.
LFSR
- 简单的线性反馈移位寄存器标准C语言实现,采用visual c++2010编写,如果你打不开,请复制里面的.cpp文件采用visual c++6.0打开即可。 详细内容见源码-Simple linear feedback shift register the standard C language, written with visual c++2010, and if you can not open, please copy the inside. Cpp file using visua
pass
- 使用标准C语言编写,无平台相关内容,可以在所有C编译器上编译,使用简单的位运算进行文件加密,虽然算法简单,但即便知道算法也不太容易破解,有注释,可供C语言初学者学习研究!-Using standard C language, non-platform-related content, you can in all C compiler compiled, using a simple bit computing for file encryption, although the algor
Random
- 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
tt
- des 加密解密算法 标准C的实现。 可以在C, C++ , VC项目中直接使用。-des encryption and decryption algorithm standard C implementation. In C, C++, VC direct use projects.
des_cpp
- 用C++实现的数据加密标准(DES)算法的代码,可以实现加解密的功能-Implemented with C++ Data Encryption Standard (DES) algorithm code, encryption and decryption functionality can be achieved
rsa-cpp
- RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
3DES
- 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a
DES-C
- DES(标准加密算法)C语言实现,交流一下-DES (standard encryption algorithm) C language, communication about
testSign
- 标准C++编写的实现数字签名的例程,其中调用openssl实现了证书的解析,调用PKCS11实现了数字签名。-Written in standard C++ implementation of digital signature routines, which call openssl to achieve a certificate of analysis, calls PKCS11 to achieve a digital signature.
1
- 根据国密规范,使用标准C语言设计与实现SM2算法-ECC alg
CRC
- CRC校验的C语言程序代码 采用欧洲标准 -C language program of the CRC code to adopt the European standard
AES
- AES 算法源程序,标准C,可跨平台使用,也可直接在DSP或ARM内运行。-AES algorithm source, standard C, can be cross-platform use, may also be run within the DSP or ARM.