Hi,

is there any TEA-Encryption source (C#) available? i just have found some
low-level code written in plain C
If someone has converted this en/decryption to C# already i would be really
appreciated if i could use this sources too.

Thanks a lot

Boris

Re: TEA encryption? by Mark

Mark
Fri Sep 24 16:20:42 CDT 2004


Boris Nienke wrote:
> Hi,
>
> is there any TEA-Encryption source (C#) available? i just have found
some
> low-level code written in plain C
> If someone has converted this en/decryption to C# already i would be
really
> appreciated if i could use this sources too.
>
> Thanks a lot
>
> Boris

Ask and you shall receive :)

This was posted to CodeProject a while back, should be exactly what
you're looking for.

http://www.codeproject.com/netcf/teaencryption.asp
Mark Erikson
http://www.isquaredsoftware.com


Re: TEA encryption? by Boris

Boris
Tue Oct 05 01:24:54 CDT 2004

On 24 Sep 2004 14:20:42 -0700, Mark Erikson wrote:

> Boris Nienke wrote:
>> is there any TEA-Encryption source (C#) available? i just have found
>
> Ask and you shall receive :)
>
> This was posted to CodeProject a while back, should be exactly what
> you're looking for.
>
> http://www.codeproject.com/netcf/teaencryption.asp
> Mark Erikson
> http://www.isquaredsoftware.com

i was busy so i'm just back here today. Thanks a lot Mark!

Boris