All Questions
Tagged with javax.crypto sharedpreferences
2 questions
0
votes
1
answer
360
views
Javax.crypto Base64 help needed
I am a novice android programmer that needs assistance encrypting and decrypting EditText strings stored in SharedPreferences. This seems as if it should be a very common procedure and should have ...
0
votes
4
answers
2k
views
Array Out of bounds error
I am trying to encode my sharedPreferences username and password using Base64 but when running my program in eclipse emulator, I receive and error message saying "Array out of bounds". I’m not sure ...