Re: Crypto Suggestion/Help

2007-04-09 Thread Larry Bates
Jimmy E Touma wrote: > Hi all, > > I need some advise on doing the following. I have a Linux application > that allows users to access it via a code (password). At the end of the > day, I gather a log of activities of the users and zip the file and > would like to encrypt it so that the users can

Re: Crypto Suggestion/Help

2007-04-09 Thread James Stroud
Jimmy E Touma wrote: > Hi all, > > I need some advise on doing the following. I have a Linux application > that allows users to access it via a code (password). At the end of the > day, I gather a log of activities of the users and zip the file and > would like to encrypt it so that the users can

Re: Crypto Suggestion/Help

2007-04-09 Thread Jimmy E Touma
Paul, Thanks for the reply. Yes the shop has only one machine and many users use it to perform transactions. Maybe a basic Linux/Unix permissions will do as Thomas Kruger suggested in the thread following you. --Jimmy Paul Rubin wrote: > Jimmy E Touma <[EMAIL PROTECTED]> writes: >> I need some ad

Re: Crypto Suggestion/Help

2007-04-08 Thread Thomas Krüger
Jimmy E Touma schrieb: > I need some advise on doing the following. I have a Linux application > that allows users to access it via a code (password). At the end of the > day, I gather a log of activities of the users and zip the file and > would like to encrypt it so that the users can not access

Re: Crypto Suggestion/Help

2007-04-08 Thread Paul Rubin
Jimmy E Touma <[EMAIL PROTECTED]> writes: > I need some advise on doing the following. I have a Linux application > that allows users to access it via a code (password). At the end of the > day, I gather a log of activities of the users and zip the file and > would like to encrypt it so that the us

Crypto Suggestion/Help

2007-04-08 Thread Jimmy E Touma
Hi all, I need some advise on doing the following. I have a Linux application that allows users to access it via a code (password). At the end of the day, I gather a log of activities of the users and zip the file and would like to encrypt it so that the users can not access it or tamper with it.