Go Back   Wireless and Wifi Forums > News > Newsgroups > comp.security.misc
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-06-2006, 08:45 AM
ctobini
Guest
 
Posts: n/a
Default Looking for a Windows/Unix crypting solution ?

Hello,

I would like to crypt data for an exchange between Linux and Windows OS
in a professional way, the Windows clients must so have a GUI and must
be be useful (ccrypt is cross-platform and free but is only a command
line utility).

Would you know which utility exists on Linux and Windows OS (free
and/or open source if possible) ?

Thanks,

C. Tobini


Reply With Quote
  #2 (permalink)  
Old 12-06-2006, 09:10 AM
Keme
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?

ctobini skrev:
> Hello,
>
> I would like to crypt data for an exchange between Linux and Windows OS
> in a professional way, the Windows clients must so have a GUI and must
> be be useful (ccrypt is cross-platform and free but is only a command
> line utility).
>
> Would you know which utility exists on Linux and Windows OS (free
> and/or open source if possible) ?
>
> Thanks,
>
> C. Tobini
>


What kind of data/traffic is exchanged? (Traditional file server setup,
streaming, web, messaging... ; LAN, WLAN, shared/local storage media.)

Where should the data be encrypted? (Only on the wire, or do you want
encrypted files?)

Do you need transparency (so the users don't need to be aware of the
utility)?

Reply With Quote
  #3 (permalink)  
Old 12-06-2006, 09:25 AM
ctobini
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?

Hello and thanks for your answer,

The client have to download files from a SFTP account, I would like to
encrypt the data (files as PowerPoint, Word documents...) and the
client to decrypt with the same algorithm than I used.

C. Tobini

Keme a écrit :

> ctobini skrev:
> > Hello,
> >
> > I would like to crypt data for an exchange between Linux and Windows OS
> > in a professional way, the Windows clients must so have a GUI and must
> > be be useful (ccrypt is cross-platform and free but is only a command
> > line utility).
> >
> > Would you know which utility exists on Linux and Windows OS (free
> > and/or open source if possible) ?
> >
> > Thanks,
> >
> > C. Tobini
> >

>
> What kind of data/traffic is exchanged? (Traditional file server setup,
> streaming, web, messaging... ; LAN, WLAN, shared/local storage media.)
>
> Where should the data be encrypted? (Only on the wire, or do you want
> encrypted files?)
>
> Do you need transparency (so the users don't need to be aware of the
> utility)?



Reply With Quote
  #4 (permalink)  
Old 12-06-2006, 02:31 PM
Abut
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?


ctobini wrote:
> Hello,
>
> I would like to crypt data for an exchange between Linux and Windows OS
> in a professional way, the Windows clients must so have a GUI and must
> be be useful (ccrypt is cross-platform and free but is only a command
> line utility).
>
> Would you know which utility exists on Linux and Windows OS (free
> and/or open source if possible) ?
>
> Thanks,
>
> C. Tobini


I suggest you use GnuPG. See http://www.gnupg.org/ .

MT


Reply With Quote
  #5 (permalink)  
Old 12-06-2006, 04:05 PM
Todd H.
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?

"Abut" <taylormc2305@yahoo.co.uk> writes:

> ctobini wrote:
> > Hello,
> >
> > I would like to crypt data for an exchange between Linux and Windows OS
> > in a professional way, the Windows clients must so have a GUI and must
> > be be useful (ccrypt is cross-platform and free but is only a command
> > line utility).
> >
> > Would you know which utility exists on Linux and Windows OS (free
> > and/or open source if possible) ?
> >
> > Thanks,
> >
> > C. Tobini

>
> I suggest you use GnuPG. See http://www.gnupg.org/ .


This is what we do. gpg -c specifically using a shared secret key.
There are standalone gpg dos binaries out there, though I personally
like it as part of cygwin on the windows side.

It doesn't hit your desire for a GUI solution though, by itself, but
you can investigate these:
http://www.gnupg.org/(en)/related_so...tends.html#gui


--
Todd H.
http://www.toddh.net/

Reply With Quote
  #6 (permalink)  
Old 12-06-2006, 05:47 PM
Unruh
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?

"ctobini" <ctemp2@free.fr> writes:

>Hello and thanks for your answer,


>The client have to download files from a SFTP account, I would like to


SFTP already encrypts the data in transit. What more do you want?

>encrypt the data (files as PowerPoint, Word documents...) and the
>client to decrypt with the same algorithm than I used.


What attack are you trying to protect against?



>> > Hello,
>> >
>> > I would like to crypt data for an exchange between Linux and Windows OS
>> > in a professional way, the Windows clients must so have a GUI and must
>> > be be useful (ccrypt is cross-platform and free but is only a command
>> > line utility).
>> >
>> > Would you know which utility exists on Linux and Windows OS (free
>> > and/or open source if possible) ?
>> >
>> > Thanks,
>> >
>> > C. Tobini
>> >

>>
>> What kind of data/traffic is exchanged? (Traditional file server setup,
>> streaming, web, messaging... ; LAN, WLAN, shared/local storage media.)
>>
>> Where should the data be encrypted? (Only on the wire, or do you want
>> encrypted files?)
>>
>> Do you need transparency (so the users don't need to be aware of the
>> utility)?



Reply With Quote
  #7 (permalink)  
Old 12-09-2006, 10:20 PM
Volker Birk
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?

ctobini <ctemp2@free.fr> wrote:
> I would like to crypt data for an exchange between Linux and Windows OS
> in a professional way, the Windows clients must so have a GUI and must
> be be useful (ccrypt is cross-platform and free but is only a command
> line utility).


Try truecrypt.org.

Yours,
VB.
--
"Life was simple before World War II. After that, we had systems."
Grace Hopper

Reply With Quote
  #8 (permalink)  
Old 12-10-2006, 10:32 PM
Keme
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?

ctobini skrev:
> Hello and thanks for your answer,
>
> The client have to download files from a SFTP account, I would like to
> encrypt the data (files as PowerPoint, Word documents...) and the
> client to decrypt with the same algorithm than I used.
>
> C. Tobini
>
> Keme a écrit :
>
>> ctobini skrev:
>>> Hello,
>>>
>>> I would like to crypt data for an exchange between Linux and Windows OS
>>> in a professional way, the Windows clients must so have a GUI and must
>>> be be useful (ccrypt is cross-platform and free but is only a command
>>> line utility).
>>>
>>> Would you know which utility exists on Linux and Windows OS (free
>>> and/or open source if possible) ?
>>>
>>> Thanks,
>>>
>>> C. Tobini
>>>

>> What kind of data/traffic is exchanged? (Traditional file server setup,
>> streaming, web, messaging... ; LAN, WLAN, shared/local storage media.)
>>
>> Where should the data be encrypted? (Only on the wire, or do you want
>> encrypted files?)
>>
>> Do you need transparency (so the users don't need to be aware of the
>> utility)?

>


MS Office only?

For a gui sftp client I've used "bitvise tunnelier" (combination
ssh/sftp client) and it has the features I need. MS office has builtin
support for file encryption, and with the latest versions the encryption
should be strong enough for most uses. See the "Tools - Options" menu
selection, "Security" tab.

Reply With Quote
  #9 (permalink)  
Old 12-11-2006, 01:08 AM
Unruh
Guest
 
Posts: n/a
Default Re: Looking for a Windows/Unix crypting solution ?

Keme <KEMEsixtwonullsix@start.no> writes:

>ctobini skrev:
>> Hello and thanks for your answer,
>>
>> The client have to download files from a SFTP account, I would like to
>> encrypt the data (files as PowerPoint, Word documents...) and the
>> client to decrypt with the same algorithm than I used.


sftp already encrypts the files in transit. What is the attack model you
are trying to defend against? Who is it you are trying to prevent reading
the files?

You have answered none of the questions. If you do not, you are on your
own. You will do something incredibly stupid and make your system much
weaker than it was before you set off on this wild goose chase, but we will
no longer care since you do not care to tell us what you need.



>>
>> C. Tobini
>>
>> Keme a écrit :
>>
>>> ctobini skrev:
>>>> Hello,
>>>>
>>>> I would like to crypt data for an exchange between Linux and Windows OS
>>>> in a professional way, the Windows clients must so have a GUI and must
>>>> be be useful (ccrypt is cross-platform and free but is only a command
>>>> line utility).
>>>>
>>>> Would you know which utility exists on Linux and Windows OS (free
>>>> and/or open source if possible) ?
>>>>
>>>> Thanks,
>>>>
>>>> C. Tobini
>>>>
>>> What kind of data/traffic is exchanged? (Traditional file server setup,
>>> streaming, web, messaging... ; LAN, WLAN, shared/local storage media.)
>>>
>>> Where should the data be encrypted? (Only on the wire, or do you want
>>> encrypted files?)
>>>
>>> Do you need transparency (so the users don't need to be aware of the
>>> utility)?

>>


>MS Office only?


>For a gui sftp client I've used "bitvise tunnelier" (combination
>ssh/sftp client) and it has the features I need. MS office has builtin
>support for file encryption, and with the latest versions the encryption
> should be strong enough for most uses. See the "Tools - Options" menu
>selection, "Security" tab.


Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sony Vaio Wireless Network Connection problems with WEP / WPA security - SOLUTION!! nevinster Troubleshooting 2 06-15-2008 04:27 PM
WiMAX Forum News, Weekly Clip Report March 22-29, 2007 badger_b@hotmail.com alt.internet.wireless 0 03-31-2007 01:14 AM
Calling Card Platform Solution - www.DORETEL.com www.DORETEL.com uk.telecom.voip 0 01-08-2007 04:35 PM
Turn-Key Class 5 VoIP Softswitch Solution - www.DORETEL.com www.DORETEL.com uk.telecom.voip 0 01-08-2007 04:34 PM
Turn-Key Class 5 VoIP Softswitch Solution - www.DORETEL.com www.DORETEL.com uk.telecom.voip 0 01-08-2007 04:34 PM


All times are GMT. The time now is 08:42 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45