本文介绍了对称和非对称加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个要求,我必须在服务器A上加密一个字符串,并在服务器B上解密,反之亦然.为此,我使用了对称rijndael算法,其中我编写了.cs文件,其中包含执行操作所需的功能.我打算将.cs文件放在两台服务器上,并根据需要使用这些功能.这种方法正确吗?

I have a requirement where i have to encrypt a string on Server A and decrypt on Server B and vice versa. For this i have used symmetric rijndael algorithm where i have written the .cs file containing the necessary function to perform the operations. I am planing to place the .cs file on both the servers and make use of the functions as necessary. would this approach be correct ?

推荐答案


这篇关于对称和非对称加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 02:26