RSA decryption on Android mobile.
Posted: Thu Jun 04, 2015 1:07 pm
I have encrypted a short text with 'encrypt using rsa with private key...' and then decrypted in with 'decrypt using rsa with public key...' Everything is ok on my PC.
When I save my stack as standalone on Android , the trouble begins!
As soon as the program reaches the line: decrypt using rsa ... the program hangs and Android returns to Home
without any error message!
The problem is NOT with any syntax error or a wrong call to decrypt function because it works on PC very well. Encryption is done on PC and decryption on Android mobile.
I highly appreciate any comment.
When I save my stack as standalone on Android , the trouble begins!
As soon as the program reaches the line: decrypt using rsa ... the program hangs and Android returns to Home
without any error message!
The problem is NOT with any syntax error or a wrong call to decrypt function because it works on PC very well. Encryption is done on PC and decryption on Android mobile.
I highly appreciate any comment.