]> git.lizzy.rs Git - irrlicht.git/blob - source/Irrlicht/aesGladman/Readme.txt
Merging r5975 through r6036 from trunk to ogl-es branch.
[irrlicht.git] / source / Irrlicht / aesGladman / Readme.txt
1 A File Encryption Utility - VC++ 7.1 project Instructions\r
2 \r
3 1.      Unzip the enclosed files into a suitable VC++ project directory.\r
4 2.      Obtain the bzip2 source code from http://sources.redhat.com/bzip2/\r
5         and unzip the files into the bzip2 sub-directory.\r
6 3.      Compile the bzip2 project to give a static library\r
7 4.      Compile the encfile project.\r
8 5.      The executable encfile.exe is now ready for use:\r
9 \r
10                 enfile password filename\r
11         \r
12         If the filename does not have the extension 'enc', it is assumed to \r
13         be a normal file that will then be encrypted to a file with the same\r
14         name but with an added extension 'enc'.\r
15         \r
16         If the filename has the extension 'enc' its is assumed to be an \r
17         encrypted file that will be decrypted to a file with the same name\r
18         but without the 'enc' extension.\r
19 \r
20 The default HASH function is SHA1, which is set up by defining USE_SHA1 in\r
21 compiling the project.  If USE_SHA256 is defined instead then SHA256 is used.\r
22 \r
23 Brian Gladman\r
24  \r
25         \r