jbv wrote:
Mark,
Try adding base64 encode/decode to the process for files that are used over the internet. I know that it adds a little more size to it but it does protect it from all those OS differences.
just tried it and it works. it only adds 20% to the file size. Thanks a lot.
The combination of compress with base64 is a reliable combo.
You can add md5digest into the mix as the basis for a very modest encryption too, with minimal performance overhead:
<http://www.revjournal.com/comments.php?id=P65_0_1_0>
-- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
