Re: Android Plugin
Posted: Tue Jan 16, 2018 12:07 pm
What do you use for Android apps? Android Studio?
Here is a short list of what is needed.
1) Add Username and Password to the preferences in the settings activity. (Required to generate an Authentication Key)
2) Also, add APIKey and SecurityKey to the preferences in the settings activity. (Required to generate an Authentication Key)
3) Determine where and how to add the AES-256-CBC Encryption code.
4) Add the Authentication key to the end of all REST request in the code. ak={AuthKey}
5) Finally, add any additional coding to handle Denied access or Permission to low, ect....
I will help you with as much as I can. I have been all through the AES-256-CBC code for Javascript and .Net, so I'm very familiar with it, and I'm sure there is a library we can import in to the project that will simplify our coding.
Here is a short list of what is needed.
1) Add Username and Password to the preferences in the settings activity. (Required to generate an Authentication Key)
2) Also, add APIKey and SecurityKey to the preferences in the settings activity. (Required to generate an Authentication Key)
3) Determine where and how to add the AES-256-CBC Encryption code.
4) Add the Authentication key to the end of all REST request in the code. ak={AuthKey}
5) Finally, add any additional coding to handle Denied access or Permission to low, ect....
I will help you with as much as I can. I have been all through the AES-256-CBC code for Javascript and .Net, so I'm very familiar with it, and I'm sure there is a library we can import in to the project that will simplify our coding.