summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Encrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/Encrypt.h')
-rw-r--r--nGenEx/Encrypt.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/nGenEx/Encrypt.h b/nGenEx/Encrypt.h
index 9024740..176996e 100644
--- a/nGenEx/Encrypt.h
+++ b/nGenEx/Encrypt.h
@@ -1,15 +1,15 @@
/* Project nGenEx
- Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Destroyer Studios LLC
+ Copyright © 1997-2004. All Rights Reserved.
- SUBSYSTEM: nGenEx.lib
- FILE: Encrypt.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: nGenEx.lib
+ FILE: Encrypt.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Simple Encryption / Decryption class
+ OVERVIEW
+ ========
+ Simple Encryption / Decryption class
*/
@@ -24,15 +24,15 @@
class Encryption
{
public:
- // private key encryption / decryption of
- // arbitrary blocks of data
- static Text Encrypt(Text block);
- static Text Decrypt(Text block);
-
- // encode / decode binary blocks into
- // ascii strings for use in text files
- static Text Encode(Text block);
- static Text Decode(Text block);
+ // private key encryption / decryption of
+ // arbitrary blocks of data
+ static Text Encrypt(Text block);
+ static Text Decrypt(Text block);
+
+ // encode / decode binary blocks into
+ // ascii strings for use in text files
+ static Text Encode(Text block);
+ static Text Decode(Text block);
};
#endif Encrypt_h \ No newline at end of file