Hi Boris,
Our crypto library includes controls for CF and .Net desktop, as well as
ActiveX controls for both desktop and devices. Depending on what you are
doing with Delphi, the desktop controls would probably work for you. There
are specific controls for encrypting to a file and decrypting from a file.
We have tested the compatibility going from device to Windows XP and 2000,
and back without problems. You can get more information at
http://www.mooseworkssoftware.com/crytpo.htm.
Keith Welch
Mooseworks Software
"Boris Nienke" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> i need to crypt some strings. These strings needs to be saved and read
from
> a (text?)file and sent via email (as attachment). Don't know if it
relevant
> but maybe there will be problems if the crypting would create Hex-00
> values?
>
> then i need a compatible crypting-code that runs in Delphi because the
> backend of the application is written in Delphi. Here i need to open the
> mail-attachment and decrypt the information.
>
> Any solutions out there that are not too complicated to implement but are
> strong enough to avoid easy hacking of the data?
>
> Boris