本文介绍了如何使用VB.NET以单独的形式实现RSA?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个项目来加密一个表单中的简单文本,说加密文件.aspx并使用RSA将加密文本调用另一个名为decryptform.aspx的表单

我差点尝试了很多方法但仍然没有成功完成RSA算法..



注意:RSA的公钥和私钥应保存在数据库中并在需要时使用。



请帮忙谢谢..

I am working on a project to encrypt simple text in one form say encryptform.aspx and calling the encrypted text to another form called decryptform.aspx by using RSA
I almost tried a lot of methods but still didn't succeed in doing the RSA algorithm at all..

Note: the Public and private Keys of RSA should be saved in a Database and used when needed.

Please help and thank you..

推荐答案

这篇关于如何使用VB.NET以单独的形式实现RSA?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-26 22:36