aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/source/Irrlicht/aesGladman/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/source/Irrlicht/aesGladman/Readme.txt')
-rw-r--r--src/others/irrlicht-1.8.1/source/Irrlicht/aesGladman/Readme.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/source/Irrlicht/aesGladman/Readme.txt b/src/others/irrlicht-1.8.1/source/Irrlicht/aesGladman/Readme.txt
new file mode 100644
index 0000000..86842c2
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/source/Irrlicht/aesGladman/Readme.txt
@@ -0,0 +1,25 @@
1A File Encryption Utility - VC++ 7.1 project Instructions
2
31. Unzip the enclosed files into a suitable VC++ project directory.
42. Obtain the bzip2 source code from http://sources.redhat.com/bzip2/
5 and unzip the files into the bzip2 sub-directory.
63. Compile the bzip2 project to give a static library
74. Compile the encfile project.
85. The executable encfile.exe is now ready for use:
9
10 enfile password filename
11
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
14 name but with an added extension 'enc'.
15
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
18 but without the 'enc' extension.
19
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.
22
23Brian Gladman
24
25