Page 2 of 2

PostPosted: Tue Nov 08, 2005 6:14 pm
by Antonio Linares
Jon,

Yes, DatePick is on our to-do list.

PostPosted: Thu Nov 09, 2006 4:38 pm
by Bill Simmeth
Jon Munro wrote:I have used hbcrypt to encrypt the values stored in the registry

Hi Jon,

Might you share some snippets of your implementaiton of hbCrypt? I need to do something similar and need a jump start!

Thanks,

PostPosted: Fri Nov 10, 2006 1:32 pm
by Jon Munro
Bill,
I use xharbour\source\rtl\hbcrypt.c (from xharbour.org) correcting lines 448 and 478 to use hb_retclen. I use hb_crypt to scramble the user registration key details when storing in the registry. What snippets would you like?

hth

PostPosted: Fri Nov 10, 2006 2:01 pm
by Bill Simmeth
Ahh! Jon, thanks for the reply... When I saw hbcrypt, I thought you were referring to the hbCrypt library from DogTek. I've need for the Rijndael algo they've implemented.

Thanks again!