How can I encypt a parameter with Rijndael in C#?

旧街凉风 提交于 2020-06-29 03:37:06

问题


How can I encrypt a parameter variable using the encryption method Rijndael?

I would like to encrypt some parameters in order to post them in an API call.
The key should be in a specific form , 1st Key + IV Key.
In addition , the 1st key should have a specific format.

If anyone is able to provide a code sample for this, it would be awesome.

来源:https://stackoverflow.com/questions/62569677/how-can-i-encypt-a-parameter-with-rijndael-in-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!