搜索资源列表
aes_c++
- aes在c++下的源码,基本实现加密与解密的功能-Aes in the source code, the basic realization of encryption and decryption functions
WindowsApplication4
- 记事本加密&解密功能,能满足用户的简单文本保护与使人密件
RSA
- 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
Base64
- Csharp下的字符串通过base64方式进行加密解密。以及url加密与解密。-Csharp string under way by the base64 encryption and decryption. And url encryption and decryption.
des
- des加密与解密算法 CSharp源码-des encryption and decryption algorithm CSharp source
FileEncryptionAndDecryption
- C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
MSS
- VC++检测移动存储设备并加解密作安全设置源码实例,本源代码 就是一个与此相关的例子,对U盘数据加密,保护信息隐蔽,防止隐私泄露。本程序在运行时首先检测本地计算机的移动设备是否存在,然后选择移动设备,实现加密。 -VC++ to detect mobile storage device and encryption and decryption source code examples for security settings, origin code is a related examp
des
- c# des加密与解密算法-des encryption and decryption algorithms
secretsharp-code-14
- Secret Sharp是一个独特的安全工具,使您可以加密短小的基于文本的秘密,只能与两个或两个以上的密钥解密,这基本上作为密码。-Secret Sharp is a wizard based GUI for the Shamir Secret Sharing Algorithm provided by the crypto++ API. Secret Sharp replicates the functionality that ssss provides on unix.
cDefineMd5
- MD5加密、解密,字符串加密与解密,生成密钥-md5code encode stringencode
DESTest
- 普通加密与MD5和DES的加密和解密示例代码-Common encryption and MD5 and DES encryption and decryption sample code