T Timo Meier Feb 2, 2004 #1 Hi, how can I encrypt and decrypt strings in c# using the compact framework?
W William Ryan [eMVP] Feb 2, 2004 #2 http://www.devbuzz.com/content/zinc_smartphone_cryptography_pg1.asp http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=316 Should help you...
http://www.devbuzz.com/content/zinc_smartphone_cryptography_pg1.asp http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=316 Should help you...
D Dan Fergus Feb 6, 2004 #3 In chapter 17 of my book, Ummanaged Code, I write a class that calls the system Crypto API to encrypt, decrypt and hash strings.
In chapter 17 of my book, Ummanaged Code, I write a class that calls the system Crypto API to encrypt, decrypt and hash strings.
A Alberto Silva - MVP Feb 6, 2004 #4 There's also a signature sample on MSDN that encrypts/decrypts data, both in PocketPC and desktop PC: http://msdn.microsoft.com/library/d...dnnetcomp/html/PPCSignatureApp.asp?frame=true Alberto Silva
There's also a signature sample on MSDN that encrypts/decrypts data, both in PocketPC and desktop PC: http://msdn.microsoft.com/library/d...dnnetcomp/html/PPCSignatureApp.asp?frame=true Alberto Silva