搜索资源列表
用C++Builder创建数字签名
- 用C++Builder创建数字签名.用C++ Builder的语句来看一下它的具体实现过程。
DVB-CSA_descrambling_for_ts
- 支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在了名为key的txt文件中,不可写成“key.txt”。-To support the DVB-S, DVB-T, DVB-C system front-end process of scrambling and descrambling, please no
DES
- 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
aes_in_c_for_beginners.c
- a very basic c implementation platform-- unix
dec_aes.c
- Implementation advanced decryption standard aes "c language"
sha
- SHA加解密算法,SHA是安全散列算法,c语言实现的Benchmark-SHA encryption and decryption algorithm
c
- DES加密算法的实现,使用的是C++语法-DES encryption, USING C++ language
elgamal_chiff.c
- algorithme de chiffrement el gamal en c
elgamal_sign.c
- signature el gamal en c
rsa_chiff.c
- chiffrement rsa en c
rsa_sign.c
- algorithme de signature rsa en c-algorithme de signature rsa en c
RSA(C)
- RSA D-H加密与解密算法,C语言实现-RSA DH encryption and decryption algorithm, C language
desnew.c.tar
- it is a des solver in c programming.
KEELOQ-algorithm-C
- keeloq algorithm C language 跳码算法实现-keeloq algorithm C language
C-language--AES-code
- C语言利用OpenSSL实现AES加解密源代码-C language use OpenSSL implementation AES encryption source code
aes_128.c
- 用C语言实现AES加解密,分组长度和密钥长度均为128位。-The realization of AES encryption and decryption with the C language, the packet length and the key length of 128 bits.
codeTool.c
- 图片加密解密工具,c语言书写,可以利用shell脚本执行-image encode and decode
DES-by-C
- DES (Crypto Algorithm) by Visual C
RSA
- ?理解公钥密码及数字签名相关的基本概念 ?理解并能够编写RSA或DSA数字签名算法 ?熟练应用C++编程实现数字签名体制(To understand the basic concepts of public key cryptography and digital signature To understand and be able to write RSA or DSA digital signature algorithm Is proficient in C++ programm