After a month are at the starting point, see:
https://www.b4x.com/android/forum/threads/help-for-find-library-for-type-cipher.82944/#post-525332
I created a b4a app that sends encrypted strings to a web server in asp.net, everything works fine! I would replace the ASP server with an equivalent B4J server I did but there is only one problem: I can not run a part of the decrypt code in B4J but it works well in B4A,
In B4j Desktop i get the following error:
java.security.NoSuchProviderException: No such provider: BC
Searching on the internet I found this:
https://stackoverflow.com/questions...y-nosuchproviderexception-no-such-provider-bc
but I do not know if it is the solution, overwhelmed to intervene.
I attach the test files: testb4a.zip crypt and successfully decrypt a "test" string
testb4j.zip should decrypt the same string, but it goes wrong.
Thanks to anyone who wants to intervene.
Gnappos
https://www.b4x.com/android/forum/threads/help-for-find-library-for-type-cipher.82944/#post-525332
I created a b4a app that sends encrypted strings to a web server in asp.net, everything works fine! I would replace the ASP server with an equivalent B4J server I did but there is only one problem: I can not run a part of the decrypt code in B4J but it works well in B4A,
In B4j Desktop i get the following error:
java.security.NoSuchProviderException: No such provider: BC
Searching on the internet I found this:
https://stackoverflow.com/questions...y-nosuchproviderexception-no-such-provider-bc
but I do not know if it is the solution, overwhelmed to intervene.
I attach the test files: testb4a.zip crypt and successfully decrypt a "test" string
testb4j.zip should decrypt the same string, but it goes wrong.
Thanks to anyone who wants to intervene.
Gnappos