Below is the code I'm trying to use to encrypt string using a Public Cert (see attachment).
Private Sub EncryptRSAWithPublicKey1(Text As String,PublicKey As String) As String
Dim kpg As KeyPairGenerator
Dim Cipher As Cipher
Dim su As StringUtils
Dim pubkey() As Byte =...
Hello,
I need to check , server side an AES encryption for my own api create with asp.
the string in encrypted with B4XCipher and has been sent with poststring, the recept is ok
but server side, i have trying to use rijndael library functions but I can not decipher correctly
found there ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.