我想加密一个id并传递给一个链接...例如
id=196
encryptedid=345
randno=234
encryptedrandno=456
id=encryptedid+encryptedrandno
link: id
so when user clikcs that link at backend
id=id-encryptedrandno(which gives us encryptedid)
id=decrypt(id)
Run Code Online (Sandbox Code Playgroud)
请告诉我这个逻辑,我正在使用c#web应用程序