You are not logged in.
Pages: 1
I need to write function for decrypt string. i dont find example.help me
Offline
With which padding?How do you derivate the key?How do you make the IV?
You need to be able to answer this question first.Then use TAESGCM.DecryptPKCS7 for instance.