password based encryption

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Folks,

I'd like to use the CF for password based encryption. However,
PasswordDeriveBytes apparently doesn't exist in the CF. It looks like there
is one in the OpenNETCF's Smart Framework 1.4. Is this the way to go?

Thanks much,

Matthew Fleming
 
The OpenNETCF.Security.Cryptography internally uses CryptoAPI (from
coredll.dll) thus it has almost the same implementation as in Full
Framework. Yes, this is a good start point for you.
 
Back
Top