1. takes all of my variables and puts them into a single variable.
2. encrypts the variable
3. writes the variable to a textfile.
Code: Select all
Random>9999999,textfile
let>textfile=%textfile%+1
let>ID=username
Let>datafile=This variable is full of variables and text mixed %raining% @ %dogX%,%dogY%. It has a word count of approximately 308 words and variables mixed.
Crypt>abc,datafile,cryptvault
wait>3
WriteLn>C:\Temp\%ID%%textfile%.txt,r,cryptvault
Is it possible to encrypt a lot of variables, write it to a text file, and then convert the encrypted file into a readable text document without using VBscript?