I have explored a lot to search encryption and decryption of passwords in android, I have found many algorithms but not able to find the one which is most secure. I want to first encrypt the password using some key and that should be decrypted using the same key. Which algorithm should I use for this ? Can someone please give an example for this.
Thanks a lot for all your help.