c# jquery .net

  1. A

    . Js script file in c# console application

    I have a requirement to decrypt data encrypted using jscrypto. I have a .js file which has encrypt and decrypt functions. I want to use that file in c# code and use its decrypt function. I am not able to decode the algorithm to replicate the decrypt function in .net code. Iv is generated...
Back
Top Bottom