搜索资源列表
aes_c++
- aes在c++下的源码,基本实现加密与解密的功能-Aes in the source code, the basic realization of encryption and decryption functions
hxtAes
- aes加密解密c#源码,有完整的注释说明文件-Aes encryption and decryption c # source, a comprehensive annotated document
clsAES
- C#实现AES算法对字符串的加解密操作,输入:明文字符串,输出:加密后的字符串。解密过程的输入输出正好相反
CSharp[AESEncryptDecrypt]
- C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
msdnmag200311aes
- 高级数据加密标准AES的源程序,使用C#实现,很全,很实用-Advanced Encryption Standard AES s source, the use of C# Realized, very wide, very practical
CSharpAES
- 使用c#进行AES加密的算法演示,带有可视化的加密步骤演示-AES encryption using c# to demonstrate the algorithm with the encryption step visual presentation
AES
- 用C#写的AES类加解密算法-AES class, AES class, AES encryption and decryption algorithms written in C#
AES
- 这是一个有关密码学的实验,实现了AES算法,用C+程序实现。-This is a cryptography experiments AES algorithm, written in C+ program.
AES
- 经典的AES加密解密软件,用VS2010 C#开发的,功能简单,只能加密解密128位,即32个16进制的字符。有显示扩展密钥的功能。源码。-The classic AES encryption and decryption software using VS2010 C# development, function, and only 128-bit encryption and decryption, 32 hexadecimal characters. Extended key functi
AES-BY-CSharp
- AES高级数据加密标准在C#中的实现,这里应用了相应的组件并写了一个实现的方法,有需要的可以直接参考运用-Achieve of the AES(advanced encryption standard) by C#
aes-c
- 用c语言来实现128字节的aes加密算法,功能简单易用,对初学者有很大帮助-Use c language to achieve 128 bytes aes encryption algorithm is easy to use, very helpful for beginners
MCSharpLib
- C#基础库,封装DES,AES,DAS加密模块,Sql&Mysql 数据库操作模块-C# foundation library package DES, AES, DAS encryption module, Sql & Mysql operations module
AES 256 Encryptor Decryptor
- AES 256 Encryptor Decryptor implemented in C# with fully tested & working algorithm. For highend security for content this algorithm can be used.
Encryption
- AES加解密,C++端采用crypto++加密,C#端解密,经测试能够完全还原-AES Encryption & Decryption
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
AES_RSA
- my test of AES and RSA, write in C#, wish you like