0
I’m looking at how encryption works though, I’m having a doubt almost all examples encryption codes have a Plaintext String, follow the link from one of the post I looked at: http://site.iai.art.br/radar/android-development-criptografia-baseada-em-senha/
this post has the following code:
public static String encrypt(String plainText, String password) throws
password would be the password I want to encrypt right?
but what about plaintext?
someone could explain me what would be assigned in this plaintext?
Related: http://answall.com/questions/2402
– Woss