I'm looking at how encryption works, however, I'm having a question about almost all the cryptography examples examples have a String PlainText, follows the link from one of the post I looked at: link
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?
Could anyone explain to me what would be allocated in this plainText?