SmartPhone (SP) and CryptoApi with CompactFramework (.NETcf) - new DEVBUZZ tutorial

N

news

Hi all, .NETcf does not have the namespace System.Security.Cryptography.Yet we really need it as the world becomes more wireless, and we dontwant our data available in the clear for wireless sniffers or network operators, especially with certain wireless security mechanismsbeing in question (i.e. WEP). Luckily, both the SmartPhone andPocketPC devices come with the CryptoApi. The CryptoApi is an unmanagedAPI used to call unmanaged cryptographic implementations that existon the devices as well. This can be done through pInvokes. In thisarticle I will wrap the entire CryptoApi (version 1). http://www.devbuzz.com/content/zinc_smartphone_cryptography_pg1.asp -- Regards Derek Mitchell (e-mail address removed) .NET Compact Framework Tutorials: - http://www.devbuzz.com/content/init_compact_framework.asp eVB Tutorials: - http://www.devbuzz.com/content/init_starting_out.asp Pocket PC Development Forums: - http://forums.devbuzz.com/ Code Snippets: - http://www.devbuzz.com/content/code_snippet_list.asp
 
C

casey chesnut

Hope the URL works in this one:
http://www.devbuzz.com/content/zinc_smartphone_cryptography_pg1.asp
Thanks,
casey

Hi all, .NETcf does not have the namespace System.Security.Cryptography. Yet
we really need it as the world becomes more wireless, and we dont want our
data available in the clear for wireless sniffers or network operators,
especially with certain wireless security mechanisms being in question (i.e.
WEP). Luckily, both the SmartPhone and PocketPC devices come with the
CryptoApi. The CryptoApi is an unmanaged API used to call unmanaged
cryptographic implementations that exist on the devices as well. This can be
done through pInvokes. In this article I will wrap the entire CryptoApi
(version 1).
http://www.devbuzz.com/content/zinc_smartphone_cryptography_pg1.asp -- Regards
Derek Mitchell (e-mail address removed) .NET Compact Framework Tutorials: -
http://www.devbuzz.com/content/init_compact_framework.asp eVB Tutorials: -
http://www.devbuzz.com/content/init_starting_out.asp Pocket PC Development
Forums: - http://forums.devbuzz.com/ Code Snippets: -
http://www.devbuzz.com/content/code_snippet_list.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top