This generates an encrypted file that can be decrypted using Decypher.exe
Example
<encryptedFilepath="home"name="encrypted_File.dec"extension=".txt"ip="192.168.1.1"header="This is the header"pass="decryptionPassword"> This generates an encrypted file that can be decrypted using the password above. It decrypts to have the extension .txt </encryptedFile> <encryptedFilepath="home"name="easy_encrypted_File.dec"ip="192.168.1.1"header="This is the header"> By simply not providing a password like this one, it can be decrypted without a password </encryptedFile> <encryptedFilepath="home"name="asdf2.dec"ip="192.168.1.1"header="This is the header"pass="password"> This is an encrypted file referenced in ExampleMission.xml </encryptedFile>
This generates an encrypted file that can be decrypted using
Decypher.exe
Example