I have created an App in IBM MobileFirst Platform Foundation 6.3 targetting Android and iPhone devices [Windows Phone in future]. App uses JSON Store Feature.
Following are the procedures.
- Ask for password from the user.
- Once user entered the password, encrypt it with the help of SHA256.[When I am converting the password string to a encrypted format [SHA256], i am getting 64 characters.]
- Now use the encrypted password for protecting the JSON Store.
When I tested this scenario in Android and iPhone devices, it's working perfect.
Now my questions are:
- I am using 64 characters as JSON Store password, will it affect the performance of the app in any case.
- What is the maximum length of JSON Store password.