Hi i am trying to create a batch file to do the following
ask for user input
encrypt user input then add it to example.txt
then later in the batch file
look at the txt file
grab the input from the txt file
decrypt it
show on screen as echo undecrypted
thnx
ask for user input
encrypt user input then add it to example.txt
then later in the batch file
look at the txt file
grab the input from the txt file
decrypt it
show on screen as echo undecrypted
thnx