I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also. And it has to work in both Linux and Windows (probably to versions of same tool, or two tools that can encrypt/decrypt the same files).
Does any of you guys know of such a tool, or have any ideas oh how to do this?
Best regards Søren
On Tue, 2004-10-05 at 16:18, Søren Neigaard wrote:
I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also. And it has to work in both Linux and Windows (probably to versions of same tool, or two tools that can encrypt/decrypt the same files).
Does any of you guys know of such a tool, or have any ideas oh how to do this?
Go check out gpg. I believe they have versions for both linux and windows (I know they have it for linux).
Am Di, den 05.10.2004 schrieb Søren Neigaard um 22:18:
I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also. And it has to work in both Linux and Windows (probably to versions of same tool, or two tools that can encrypt/decrypt the same files).
Søren
Have a look at http://ncrypt.sourceforge.net/ I like that tool.
Alexander
On Tuesday 05 October 2004 21:18, Søren Neigaard wrote:
I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also. And it has to work in both Linux and Windows (probably to versions of same tool, or two tools that can encrypt/decrypt the same files).
Does any of you guys know of such a tool, or have any ideas oh how to do this?
I use burp
http://www.geodyssey.com/cryptography/cryptography.html
It does all you need and, I suspect, more.
Jude
On Tue, Oct 05, 2004 at 10:18:21PM +0200, Søren Neigaard wrote:
I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also. And it has to work in both Linux and Windows (probably to versions of same tool, or two tools that can encrypt/decrypt the same files).
How secure do you need it to be? If the answer is "not very", you can use 'zip'.
On Wed, 6 Oct 2004 17:14:45 +0100, Jude fedora@wastedtimes.net wrote:
On Tuesday 05 October 2004 21:18, Søren Neigaard wrote:
I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also. And it has to work in both Linux and Windows (probably to versions of same tool, or two tools that can encrypt/decrypt the same files).
Does any of you guys know of such a tool, or have any ideas oh how to do this?
I use burp
http://www.geodyssey.com/cryptography/cryptography.html
It does all you need and, I suspect, more.
Jude
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
GPG has both UNIX/Linux and windows versions. http://www.gnupg.org PGP also has some free versions, not sure if there is a free one for UNIX/Linux. http://www.pgp.com
Mike
On Wed, Oct 06, 2004 at 02:09:24PM -0400, Matthew Miller wrote:
On Tue, Oct 05, 2004 at 10:18:21PM +0200, Søren Neigaard wrote:
I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also.
No one mentioned Cygwin tools.
The Cygwin package provides a long list of Unix commands that run on WinowZ. It may be the best way to have a 1:1 mapping of equivalent tools.
Cygwin is a Linux-like environment for Windows. It consists of two parts:
# A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality.
# A collection of tools, which provide Linux look and feel.
http://cygwin.com/packages/ .... crypt Encryption/Decryption utility and library libmcrypt an encryption library (runtime environment) libmcrypt-devel an encryption library (development environment) ....
On Tue, Oct 05, 2004 at 10:18:21PM +0200, S?ren Neigaard wrote:
I could use a small simple command line tool to encrypt/decrypt the files on my USB pendrive, and it could be cool if it was small enough to be on my pendrive also. And it has to work in both Linux and Windows (probably to versions of same tool, or two tools that can encrypt/decrypt the same files).
Does any of you guys know of such a tool, or have any ideas oh how to do this?
openssl, of course usable in both: win/lin
try 'man enc'
hint: openssl enc -aes256 < clear.file > confidental.file
Best regards S??ren
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list