J
jasper
How can this be done?
Thanks
Thanks
Nicholas Paldino said:Jasper,
Sure, but you can't just write to the file. Most encryption methods
are based on values that were encrypted earlier in the file, so just
appending to the end would prevent decryption.
What you really need to do is decrypt the data in the file, append to
that data, then re-encrypt the file.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
jasper said:How can this be done?
Thanks
jasper said:This guy did it....I cant get it working tho...
http://www.mcse.ms/archive113-2004-10-1157980.html
Nicholas Paldino said:Jasper,
Sure, but you can't just write to the file. Most encryption methods
are based on values that were encrypted earlier in the file, so just
appending to the end would prevent decryption.
What you really need to do is decrypt the data in the file, append to
that data, then re-encrypt the file.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
jasper said:How can this be done?
Thanks
jasper said:This guy did it....I cant get it working tho...
http://www.mcse.ms/archive113-2004-10-1157980.html