Simple insecure two-way data “obfuscation”?

后端 未结 17 1396
别跟我提以往
别跟我提以往 2020-11-22 01:10

I\'m looking for very simple obfuscation (like encrypt and decrypt but not necessarily secure) functionality for some data. It\'s not mission critical. I need something to k

17条回答
  •  难免孤独
    2020-11-22 01:30

    The namespace System.Security.Cryptography contains the TripleDESCryptoServiceProvider and RijndaelManaged classes

    Don't forget to add a reference to the System.Security assembly.

提交回复
热议问题