Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crypto
Message
Information générale
Forum:
ASP.NET
Catégorie:
.NET Compact Framework
Titre:
Re: Crypto
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01179607
Message ID:
01179643
Vues:
10
>>The compact framework does not contain (hardly) any crypto stuff (System.Security.Cryptography). I have been using a class I wrote to encrypt and decrypt text (which used a lot of stuff from System.Security.Cryptography). Now I need to share my encrypting and decrypting with a PPC application and since a lot of this is not available in the compact framework I either have to write my own or use someone elses.
>>
>>Has anyone in here done some crypto stuff in the compact framework? Any relevant information would be greatly appreciated.
>
>All the encryption mechanism I use are based on System.Security.Cryptography. It is a surprise to here that this is not included in the compact version. Keep us inform on the evolution.

I did find a promising artice on Code Project: http://www.codeproject.com/netcf/teaencryption.asp
The artice is using TEA (Tint Encryption Algorithm).
I am reviewing the code and references right now.

Einar
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform