文件名称:SimpleEncryption_src_net2
- 所属分类:
- WEB源码
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 27kb
- 下载次数:
- 0次
- 提 供 者:
- m***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Microsoft s .NET fr a mework has robust support for encryption in the System.Security.Cryptography namespace. Everything you need to perform encryption is available in that class, but it s difficult to understand unless you have a firm grasp of cryptographic theory. Over the last four months, I ve struggled with the concepts and theory behind encrypting and decrypting data. I ve wrapped all my derived knowledge into a class I call Encryption. This class is heavily documented, string oriented, and most of all, simple! It s ideal for learning more about encryption.-Microsoft s. NET fr a mework has robust support for encryption in the System.Security.Cryptography namespace. Everything you need to perform encryption is available in that class, but it s difficult to understand unless you have a firm grasp of cryptographic theory. Over the last four months, I ve struggled with the concepts and theory behind encrypting and decrypting data. I ve wrapped all my derived knowledge into a class I call Encryption. This class is heavily documented, string oriented, and most of all, simple! It s ideal for learning more about encryption.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ClassLibrary
............\AssemblyInfo.vb
............\Encryption.vb
............\EncryptionClassLibrary.vbproj
Demo
....\App.config
....\AssemblyInfo.vb
....\EncryptionConsoleApplication.vbproj
....\Module1.vb
EncryptionDemo.sln
UnitTests
.........\App.config
.........\AssemblyInfo.vb
.........\gettysburg.txt
.........\Module1.vb
.........\sample.doc
.........\UnitTests.vb
.........\UnitTestsConsoleApplication.vbproj
............\AssemblyInfo.vb
............\Encryption.vb
............\EncryptionClassLibrary.vbproj
Demo
....\App.config
....\AssemblyInfo.vb
....\EncryptionConsoleApplication.vbproj
....\Module1.vb
EncryptionDemo.sln
UnitTests
.........\App.config
.........\AssemblyInfo.vb
.........\gettysburg.txt
.........\Module1.vb
.........\sample.doc
.........\UnitTests.vb
.........\UnitTestsConsoleApplication.vbproj