How to encrypt and decrypt

@KarthikBallary

  1. use Read Text file to read Text from notepad file and store it in a string variable.

  2. Then apply String manipulation functions or regular expression to fetch password from that String.

  3. check below thread to convert String to secure string and then pass it to Type Secure text Activity to type password.