Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
user1165694's user avatar
  • 1,295
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 ...
user1165694's user avatar
  • 1,295