PC Review


Reply
Thread Tools Rate Thread

Crypt strings (again)

 
 
Boris Nienke
Guest
Posts: n/a
 
      20th Sep 2004
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
 
Reply With Quote
 
 
 
 
Ginny Caughey [MVP]
Guest
Posts: n/a
 
      20th Sep 2004
Boris,

If you use the Windows Crypto API on both sides, shouldn't that work? You
can find .Net code that uses the Crypto API on www.opennetcf.org in the
Security section.

--
Ginny Caughey
..Net Compact Framework MVP



"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



 
Reply With Quote
 
Boris Nienke
Guest
Posts: n/a
 
      21st Sep 2004
On Mon, 20 Sep 2004 15:47:15 -0400, Ginny Caughey [MVP] wrote:

> If you use the Windows Crypto API on both sides, shouldn't that work? You


is the API the same on WinCE and WinXP?

> can find .Net code that uses the Crypto API on www.opennetcf.org in the
> Security section.


i have found an overview of the security-procedures/functions but i have no
idea how to use them :'(

Boris
 
Reply With Quote
 
Keith Welch
Guest
Posts: n/a
 
      21st Sep 2004
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



 
Reply With Quote
 
Boris Nienke
Guest
Posts: n/a
 
      23rd Sep 2004
On Tue, 21 Sep 2004 08:26:57 -0400, Keith Welch wrote:

> and back without problems. You can get more information at
> http://www.mooseworkssoftware.com/crytpo.htm.


well... some good infos are missing :-)
- What algorithms are supported?
- how strong is encryption? 128bit?

i will look a bit further for a fully included solution (personally i don't
really like OCX stuff because of the extra installation-problems that might
occur (currently i have a simple exe file - no need to register/install
anything) )

but thanks a lot - it may my last hope if i cannot find anything else

Boris
 
Reply With Quote
 
Keith Welch
Guest
Posts: n/a
 
      23rd Sep 2004
The control uses the MS base provider and the RSA full provider type by
default. The keys are generated with and MD5 hashing algorithm. The
providers is a settable property, so any provider that is supported by the
device could be used. Hope this helps,
Keith Welch
Mooseworks Software

"Boris Nienke" <(E-Mail Removed)> wrote in message
news:1dla9yqvd38gd$.(E-Mail Removed)...
> On Tue, 21 Sep 2004 08:26:57 -0400, Keith Welch wrote:
>
> > and back without problems. You can get more information at
> > http://www.mooseworkssoftware.com/crytpo.htm.

>
> well... some good infos are missing :-)
> - What algorithms are supported?
> - how strong is encryption? 128bit?
>
> i will look a bit further for a fully included solution (personally i

don't
> really like OCX stuff because of the extra installation-problems that

might
> occur (currently i have a simple exe file - no need to register/install
> anything) )
>
> but thanks a lot - it may my last hope if i cannot find anything else
>
> Boris



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
crypt 32???? =?Utf-8?B?Y2hyb25vcw==?= Windows XP General 0 26th Jan 2005 02:51 PM
crypt() function Bilge TUTAK Microsoft VB .NET 1 25th Aug 2004 01:27 PM
IE6 (128 crypt) Bernice Windows XP Internet Explorer 0 5th Jan 2004 09:18 PM
Unix crypt =?Utf-8?B?U3Jp?= Microsoft Dot NET Framework 3 17th Nov 2003 02:00 PM
Re: Custom crypt DES key in crypt API TC Microsoft Access Security 0 17th Sep 2003 04:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:12 PM.