Registry functions

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Jon,

Yes, DatePick is on our to-do list.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Bill Simmeth
Posts: 42
Joined: Wed Oct 26, 2005 1:20 pm
Location: Marshall, Virginia, USA
Contact:

Post 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,
Bill Simmeth
Merchant Software Corp
Marshall, Virginia USA
User avatar
Jon Munro
Posts: 42
Joined: Sun Oct 09, 2005 11:47 am
Location: Brisbane Australia
Contact:

Post 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
Bill Simmeth
Posts: 42
Joined: Wed Oct 26, 2005 1:20 pm
Location: Marshall, Virginia, USA
Contact:

Post 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!
Bill Simmeth
Merchant Software Corp
Marshall, Virginia USA
Post Reply