aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/aesGladman/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/aesGladman/Readme.txt')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/aesGladman/Readme.txt50
1 files changed, 25 insertions, 25 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/aesGladman/Readme.txt b/libraries/irrlicht-1.8/source/Irrlicht/aesGladman/Readme.txt
index 86842c2..418d6db 100644
--- a/libraries/irrlicht-1.8/source/Irrlicht/aesGladman/Readme.txt
+++ b/libraries/irrlicht-1.8/source/Irrlicht/aesGladman/Readme.txt
@@ -1,25 +1,25 @@
1A File Encryption Utility - VC++ 7.1 project Instructions 1A File Encryption Utility - VC++ 7.1 project Instructions
2 2
31. Unzip the enclosed files into a suitable VC++ project directory. 31. Unzip the enclosed files into a suitable VC++ project directory.
42. Obtain the bzip2 source code from http://sources.redhat.com/bzip2/ 42. Obtain the bzip2 source code from http://sources.redhat.com/bzip2/
5 and unzip the files into the bzip2 sub-directory. 5 and unzip the files into the bzip2 sub-directory.
63. Compile the bzip2 project to give a static library 63. Compile the bzip2 project to give a static library
74. Compile the encfile project. 74. Compile the encfile project.
85. The executable encfile.exe is now ready for use: 85. The executable encfile.exe is now ready for use:
9 9
10 enfile password filename 10 enfile password filename
11 11
12 If the filename does not have the extension 'enc', it is assumed to 12 If the filename does not have the extension 'enc', it is assumed to
13 be a normal file that will then be encrypted to a file with the same 13 be a normal file that will then be encrypted to a file with the same
14 name but with an added extension 'enc'. 14 name but with an added extension 'enc'.
15 15
16 If the filename has the extension 'enc' its is assumed to be an 16 If the filename has the extension 'enc' its is assumed to be an
17 encrypted file that will be decrypted to a file with the same name 17 encrypted file that will be decrypted to a file with the same name
18 but without the 'enc' extension. 18 but without the 'enc' extension.
19 19
20The default HASH function is SHA1, which is set up by defining USE_SHA1 in 20The default HASH function is SHA1, which is set up by defining USE_SHA1 in
21compiling the project. If USE_SHA256 is defined instead then SHA256 is used. 21compiling the project. If USE_SHA256 is defined instead then SHA256 is used.
22 22
23Brian Gladman 23Brian Gladman
24 24
25 25