What is everyone using in the way of a rar/par utility? Does anyone use this to preserve important files? Google did not help me much here. Thanks! Russel
On Fri, 07 Mar 2008 12:09:30 -0500 LINDA LOPEZ russel.lopez@insightbb.com wrote:
What is everyone using in the way of a rar/par utility?
rar is a proprietary format. There is a free program to unpack a rar archive, but if you wish to create them you are required to purchase the program from the outfit that makes it.
Everything you need to deal with par2 stuff is here:
http://parchive.sourceforge.net/
Does anyone use this to preserve important files?
I doubt it. tar and the like are much more common in the world of Linux/Unix/what-have-you.
Does anyone use this to preserve important files?
I doubt it. tar and the like are much more common in the world of Linux/Unix/what-have-you.
tar does not do encryption. Anything out there that compresses and encrypts in a standard format and is free?
Matt
On Fri, 7 Mar 2008 at 12:32pm, Matt wrote
Does anyone use this to preserve important files?
I doubt it. tar and the like are much more common in the world of Linux/Unix/what-have-you.
tar does not do encryption. Anything out there that compresses and encrypts in a standard format and is free?
tar cz | gpg
On Fri, 07 Mar 2008 12:32:59 -0600 Matt lm7812@gmail.com wrote:
tar does not do encryption. Anything out there that compresses and encrypts in a standard format and is free?
zip might be what you want. However, note that zip is not particularly strong in this regard, so you might want to use gpg and the archiving utility of your choice instead.
tar does not do encryption. Anything out there that compresses and encrypts in a standard format and is free?
zip might be what you want. However, note that zip is not particularly strong in this regard, so you might want to use gpg and the archiving utility of your choice instead.
Is there a free windows utillity that will decrypt gpg?
I have a Mysql/PHP database running on Centos. Its mostly accessed by Windows based PC's. I want to add an option to backup, compress, encrypt then post for download the database. Likely downloaded to a Windows PC.
Matt
On Fri, 07 Mar 2008 12:51:13 -0600 Matt lm7812@gmail.com wrote:
Is there a free windows utillity that will decrypt gpg?
gpg
On Friday 07 March 2008 19:19:46 Frank Cox wrote:
On Fri, 07 Mar 2008 12:51:13 -0600
Matt lm7812@gmail.com wrote:
Is there a free windows utillity that will decrypt gpg?
gpg
pgp
Anne
On Fri, 07 Mar 2008 19:46:14 +0000 Anne Wilson cannewilson@googlemail.com wrote:
On Friday 07 March 2008 19:19:46 Frank Cox wrote:
On Fri, 07 Mar 2008 12:51:13 -0600
Matt lm7812@gmail.com wrote:
Is there a free windows utillity that will decrypt gpg?
gpg
pgp
Not necessarily.
http://gnupg.org/faq.html#q5.1
On Friday 07 March 2008 20:01:02 Frank Cox wrote:
On Fri, 07 Mar 2008 19:46:14 +0000
Anne Wilson cannewilson@googlemail.com wrote:
On Friday 07 March 2008 19:19:46 Frank Cox wrote:
On Fri, 07 Mar 2008 12:51:13 -0600
Matt lm7812@gmail.com wrote:
Is there a free windows utillity that will decrypt gpg?
gpg
pgp
Not necessarily.
Interesting. Is it still valid? I see the copyright notice is 2002-2004.
Is there good documentation on using gpg with windows?
Anne
On Fri, 07 Mar 2008 21:38:06 +0000 Anne Wilson cannewilson@googlemail.com wrote:
Interesting. Is it still valid? I see the copyright notice is 2002-2004.
Since it's included in the documentation on the program's development website and there has been no superseding documentation, I'll let you draw your own conclusion.
Is there good documentation on using gpg with windows?
Running "gpg windows' thorough google yields a lot of relevant-looking materials. I see five tutorials and descriptions on the very first page of results.
On Friday 07 March 2008 22:53:03 Frank Cox wrote:
On Fri, 07 Mar 2008 21:38:06 +0000
Anne Wilson cannewilson@googlemail.com wrote:
Interesting. Is it still valid? I see the copyright notice is 2002-2004.
Since it's included in the documentation on the program's development website and there has been no superseding documentation, I'll let you draw your own conclusion.
Is there good documentation on using gpg with windows?
Running "gpg windows' thorough google yields a lot of relevant-looking materials. I see five tutorials and descriptions on the very first page of results.
Interesting. I didn't google, as I have no interest myself, but I'm sure the info will be useful in the archives.
Anne