If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Aptify uses the Cryptographic Services included with Microsoft .NET Framework 2.0 to encrypt and decrypt data files. The AptifySecurityKey assembly implements the Rijndael symmetric encryption algorithm by default, but also supports the Data Encryption Standard (DES) algorithm for backwards compatibility (version 3.5 used a DES implementation).
See +http://msdn2.microsoft.com/en-us/library/93bskf9z.aspx+ for information on the .NET Framework's cryptography model.
Aptify uses Microsoft's CAPICOM ActiveX control to encrypt and decrypt data fields. Aptify provides the AptifySecurityKey .NET assembly that uses the standard CAPICOM encryption implementation.
If necessary, system developers can create their own encryption routine by using -AptifySecurityKey with another encryption algorithm. For information on CAPICOM and Microsoft's standard implementation, refer to Microsoft's SDK at:
{+}http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/security/capicom_reference.+asp

  • No labels