Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to create a picture based password system, wherein the user clicks on certain positions in an image, and then that is verified..

Can anyone help me out..how to store these pixel locations. Since the size is small, i want to store them in an array using SharedPreferences and then extract it from there to verify it.

I tried saving it but when i access the file..i only get the last pixel stored. I need to compare 5 pixels positions that were clicked on.

Also will it be secure if the pixel positions are stored as it is in the internal storage...it needs to be encrypted right? Then how do we decode it and compare?

share|improve this question
    
Post the code you have –  britzl Jun 7 '13 at 5:30
    
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.