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.
RSA decryption on Android mobile.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 858
- Joined: Wed Jun 24, 2009 1:17 pm
- Contact:
Re: RSA decryption on Android mobile.
Hi Ashkan and welcome to the forum (if you haven't been welcomed already)
In the Standalone Settings dialog box, in the 'General' tab, is 'SSL & Encryption' selected? (or if not is 'Search for required inclusions when saving the standalone application' selected?
Also in the Standalone Settings dialog box, in the 'Android' tab, is the 'SSL & Encryption' external selected? One final thing to check is in the 'Permissions' section - are you using connections to the internet (for example) without including this in the permissions?
If these don't work for you can you give us details of your setup (version of LiveCode) etc and if possible the code you're using...
In the Standalone Settings dialog box, in the 'General' tab, is 'SSL & Encryption' selected? (or if not is 'Search for required inclusions when saving the standalone application' selected?
Also in the Standalone Settings dialog box, in the 'Android' tab, is the 'SSL & Encryption' external selected? One final thing to check is in the 'Permissions' section - are you using connections to the internet (for example) without including this in the permissions?
If these don't work for you can you give us details of your setup (version of LiveCode) etc and if possible the code you're using...
"...this is not the code you are looking for..."
Re: RSA decryption on Android mobile.
I really thank you a lot.
You saved me from a perplexity!!
It worked well and it was a relief after hours.
You saved me from a perplexity!!
It worked well and it was a relief after hours.
-
- VIP Livecode Opensource Backer
- Posts: 858
- Joined: Wed Jun 24, 2009 1:17 pm
- Contact:
Re: RSA decryption on Android mobile.
yay!
<doing the "the bug is dead, the bug is dead" dance>...
<doing the "the bug is dead, the bug is dead" dance>...
"...this is not the code you are looking for..."