搜索资源列表
DES
- 通过c#来实现对称加密算法DES算法,用于网络安全-the realization of DES algorithm
1
- 参照PGP,实现一个文件加密系统,包括对称加密,非对称加密和数字签名等功能。 可选开发语言工具:Openssl VC .net java -Reference to PGP, the realization of a file encryption system, including symmetric encryption, asymmetric encryption and digital signature functions. Optional tool for the
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
EncryptedTcp
- 利用同步TCP传递会话数据,包含客户端和服务器端,使用不对称加密算法加密对称加密算法的密钥,使用对称算法加密会话信息-The use of simultaneous TCP transfer session data, including client and server side, using an asymmetric encryption algorithm to encrypt the symmetric key encryption algorithm, using symmetri
SymmetricAlgorithms_mod
- 选择某种对称算法对所要的文字进行加密,导出加密后txt-Choose a symmetric algorithm to encrypt the text to be derived encrypted txt
CSharp_password
- C#非对称加密例子,供大家下载学习,不可多得 的好例子。-C# example of asymmetric encryption for all to download the study, a rare good example.
43.encryption-of-tcehnique
- DES加密技术,一种现代的常用非对称加密技术。-DES,one encryption of tcehnique
Security
- 字符串、长文本加密 支持MD5、SHA1、DES、对称加密、MD5 16位、MD5 32位、可逆和不可逆的加密-MD5 SHA1 DES MD516 MD532
RSA-encryption-between-CSharp-and-java
- 关于不对称加密算法 RSA 在.Net平台与Java平台的互通互用的原理、例子参考,难得的整理-it s an example and practical exercise for RSA encryption algorithm on .Net and java platform ,how to compatible with each other
RSA
- 文件里包含了头文件(rsa.h),主函数(main.c)还有rsa.c。用C语言实现的一种非对称加密算法。拿出来给大家分享一下-The file contains header files (rsa.h), the main function (main.c) rsa.c. A non-symmetric encryption algorithm with C language. Out for everyone to share
Test
- 用对称加密算法和MD5散列函数实现加解密-With a symmetric encryption algorithm and MD5 hash function to achieve encryption and decryption
DesCrack
- assembly> <name>ZYBEncrypt</name> </assembly> <members> <member name="T:ZYBEncrypt.Rijndael_"> <summary> Rijndael </summary> </member> <member name="M:ZYBEncrypt.Rijndae
CPPaCSharp-COM
- 本代码演示了C#调用C++,C++调用C#,C#用COM封装了对称加密算法,再用C++将C# COM封装为标准windows dll, C++标准dll可供其它语言使用,如java、delphi……,项目中演示了改dll的C#调用和VC调用。 - This code demonstrates
SecurityCryptography
- C# des对称加密字符串实例,请在编译运行的控制台窗口中输入想要加密的字符串,按回车即可加密该字符串,应用DES对称加密算法来实现。程序首先创建一个文件对象,访问权限是可写的,然后将该字符串转换成字节,创建一个DES算法的加密类,从DES算法的加密类对象的CreateEncryptor方法,创建一个加密转换接口对象。在此说明一下,代码中的CryptoStream对象的作用是将数据流连接到加密转换的流,将字节数组中的数据写入到加密流中实现加密,最后关闭加密流对象。-C# des instanci
Lab2
- 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
kg
- 序列密码KG,可用于对称密码加密等,适合对称密码课提交作业使用。-sequential cipher KG,Can be used for symmetric encryption, etc., suitable for the use of symmetric cryptography class assignments.