搜索资源列表
KeyFile
- 用C#处理数字证书 使用System.Security.Cryptography.X509Certificate名称空间 System.Security.Cryptography.X509Certificate名称空间特别重要,因为它提供了开发人员处理数字签名的那些类. 提供了读取一个X.509证书的代码,和 使用不对称加密加密与解密数据的代码-C# using digital certificates System.Security.Cryptogra phy.X509C
DES_C_keil
- 1,这是比较流行的DES算法代码. 2,特别是在通讯方面比较常用. 3,此代码可以在KEIL C环境下使用.-1, which is more popular in the DES algorithm code. 2, particularly in the more commonly used communications. 3. this code can KEIL C environment.
pkcs11-engine
- 使用openssl完成pkcs11功能的工程,使用Engine方式实现,可以在此基础上调用自己的硬件设备完成密码运算。使用C语言开发,是学习openssl,pkcs11,Engine机制不可多得的样例程序。-Function using the openssl pkcs11 complete the project, be achieved using the Engine can be invoked on the basis of their hardware equipment to co
BOTAN
- 使用C++实现的加密算法库。实现重用加密、解密算法.-implement Entropy and Dntropy
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
main
- Vigenere加密法,使用c++寫成,希望能作為同好的參考,謝謝。-Vigenere encryption method, the use of c++ languages, would like to share as a reference, thank you.
DES
- 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
3075819836
- 使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 -The use of C written in DES, DESX, DES3 (three DES) encryption algorithm, this program demonstrates how to Delphi
des02
- 使用C++完成对称加密算法。小小程序-Completion of a symmetric encryption algorithm
c
- DES加密算法的实现,使用的是C++语法-DES encryption, USING C++ language
rsa
- 使用C++开发的RSA密码体制实现。可以输入数据,经过RSA加密后,可以再解密。-The RSA cryptosystem using C++ developed. You can enter data, after RSA encryption can be decrypted.
C-youxiangpojie
- 暴力破解邮箱密码,1,本程序仅供学习参考使用。严禁使用本程序进行盗取他人密码的活动。 2,-i 选项不好使(只能使用server name,如:pop3.hotmail.com)。 3,本程序仅对某些pop3服务器有效-Violence to crack-mail password, the program only to learn to use and reference. Non-stealing others password using the program activiti
shiyan1
- 古典密码实验代换密码和置换密码使用C++实现。 -Classical password experiment replacement and substitution passwords using c++ implementation.
sm2_ssl
- sm2算法,使用C语言利用openssl的库实现-sm2 algorithm, using the C language using the openssl library implementation
duichengsf
- C#对称算法的密钥生成,使用C#研究一下对称算法与密钥生成并保存成文件的问题,此程序中,密钥文件保存在DecryptFile.txt文本中,可以由此引深成加密、解密。 -C# symmetric key generation algorithm, using C# look symmetric algorithm and key generation and document preservation issues, this program, the key file is saved i
PRAN
- 在使用C#编程,但伪随机数加密一直不知道是怎么实现的,今天研究了一下,看了一个使用伪随机数加密用户名密码的例子,觉得简单易懂,索性把源代码也共享出来,帮助更多想实现C#伪随机数加密的朋友。在演示窗口,输入密码的时候,会适时显示出经过加密的密码,挺有参考价值。-In the use of C# programming, but pseudo-random number encrypted did not know how to achieve today study a little, read
rsa
- 一种加密RSA算法的实现,使用C++语言编写,-RSA encryption algorithm to achieve using C++ language
AES
- 使用C语言实现AES算法-C language AESC language AESC language AES
ocspChecker
- 证书状态在线查询,使用Openssl库。(ocsp checker by openssl)
AppPfs
- 创建含有私钥的数字证书,并存储到个人证书区,并将该证书导出为pfx文件,为其指定一个password,使用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密(Create a digital certificate with a private key, store it in a personal certificate area, and export the certificate to a PFX file, specify a password for it, use the pu