October 29th, 2004 03:12 PM
I agree to HTRegz. With regard to Windows Rights Management Services(RMS), there should be client and server versions of the software. The client PC should be installed with the client version of...
October 29th, 2004 07:49 AM
I have converted the document into pdf and I have achieved the security requirements specified in my last post except restricting someone from copying the file. With NTFS, Copying couldn't be...
October 29th, 2004 07:22 AM
Thanks friends for your inputs.
Chokku.
October 28th, 2004 06:27 AM
Dear friends,
I'm creating documents in word and excel which contains certain diagrams and information. I want to give maximum security to that document. The security requirements are:
a) The...
September 12th, 2003 07:01 AM
I saw your code. Lot of variables used. Some lines can be cut down.But for timebeing let us have the same and discuss.Have you noticed this in your code;
printf("%d ", inputChar[e] + mod);
You...
September 11th, 2003 01:06 PM
Dwcnmv,
Are you doing c/c++ now? I would suggest you to restrict from clubbing the languages(though C++ is from C, it is advanced). My suggestions for the above code:
a) for getting the ascii...
September 2nd, 2003 05:52 AM
NullDevice,
I thank you for yours and Sirdice' suggestions. This is not to create viruses but to understand how they work.I will make use of for writing some useful programs.
In the mean time...
September 1st, 2003 02:51 PM
:confused:
Dear friends,
I assess my C++ knowledge as a beginner. I'm interested in doing systems programming. I have come across books called "C odyssey-Advanced Ms-DOS programming" and also...
August 12th, 2002 07:01 PM
Thanks for your reply.I could get out ASCII for word files if saved in ascii format but for non-ascii files how can we encrypt.If you come across any idea or logic of doing share with me.
Chokks.
August 6th, 2002 05:50 PM
How can encrypt document(Ms-Word) or other files except ascii text files using VC++?If we have the ascii value we could manipulate files but how can we do for a word document? I tried with my own...