Re: Encryption
Re: Encryption
- Subject: Re: Encryption
- From: Robert Tito <email@hidden>
- Date: Thu, 01 Jan 2004 22:56:35 +0100
On 1-1-2004 22:33, "Tobias Bayer" <email@hidden> wrote:
>
Am 01.01.2004 um 22:12 schrieb Paul Guyot:
>
>
> You'll get more information on the DES functions in des(3).
>
>
>
>
Thank you. That is exactly what I was looking for.
>
>
--
>
Tobias Bayer
>
>
------------------------------------------------------------------------
>
-------
>
email@hidden http://www.tobias-bayer.de
>
ICQ: 144011708
>
GPG key: http://www.tobias-bayer.de/download/gpg.asc (ID: 7E44545F)
>
Fingerprint: 69B6 A0DA 64D8 9CF5 E55B 78F7 DDCE 3664 7E44 545F
>
------------------------------------------------------------------------
>
-------
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
>
Besides, all the encryption functions are completely described on their
appropriate websites, as well as C/C++ code to create them. In stead of
using one engine (128 bits generally) that can be cracked nowadays within 20
minutes a mix seems more appropriate: dont use static encryption in stead
use a flexible multiple engine based on synchronized timestamps
Have fun to make it work
It took us 8-9 years
Rob
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.