.Net Framework下数据加解密方法的实现  

Implementing Data Encryption and Decryption Methods for .Net Framework

在线阅读下载全文

作  者:吴永丰[1] 钟诚[1] 

机构地区:[1]广西大学计算机与电子信息学院,广西南宁530004

出  处:《计算机技术与发展》2006年第10期137-138,142,共3页Computer Technology and Development

基  金:广西科学基金(桂科自0339008);广西大学博士科研基金(B0309031)

摘  要:分析了.Net Framework环境提供的安全机制。基于C#.Net编程语言,通过建立DESCryptoServiceProvider对象、生成EncryptString()和DecryptString()函数的方法,给出实现对称密码系统DES数据加解密的程序示例;此外,通过建立RSACryptoServiceProvider对象、生成EncryptData()和DecryptData()函数的方法,给出实现非对称密码系统RSA数据加解密的程序示例。所给出的方法对于开发应用密码系统具有参考价值。The security mechanism for. Net framework is analysed. Based on C#. Net programming language, it presents an example for implementing DES encryption and decryption by creating DESCryptoServiceProvider object, EncryptString( ) and DecryptString( ) functions; and proposes another example for implementing RSA encryption and decryption by creating RSACryptoServiceProvider object and EncryptData and DecryptDatafunctions. The proposed method is helpful to develop the applied cryptography system.

关 键 词:.NET FRAMEWORK 密码算法 C#程序设计 

分 类 号:TP309.7[自动化与计算机技术—计算机系统结构]

 

参考文献:

正在载入数据...

 

二级参考文献:

正在载入数据...

 

耦合文献:

正在载入数据...

 

引证文献:

正在载入数据...

 

二级引证文献:

正在载入数据...

 

同被引文献:

正在载入数据...

 

相关期刊文献:

正在载入数据...

相关的主题
相关的作者对象
相关的机构对象