shiller
Posts: 20
|
| Posted: 01/31/2008, 7:48 AM |
|
Experts,
On page 173 of CodeCharge user guide, they mention a " two-way encryption function CCEncryptString..." but there's absolutely no guideline on how to use it. Has anybody successfully used that method of encryption?
Please help.
Shiller
|
 |
 |
DonB
|
| Posted: 01/31/2008, 10:49 AM |
|
Not much to it, a data string and a 'key' to encrypt it/decrypt it.. Both
halves need to use the same key. However, you will not have the function
available UNLESS you enable the encrypt/decrypt password feature in your
project. They will be added to your Common.x code file and you can examine
the source for these functions to find out more details about how they work.
--
DonB
"shiller" <shiller@forum.codecharge> wrote in message
news:247a1edc1d9cc9@news.codecharge.com...
> Experts,
>
> On page 173 of CodeCharge user guide, they mention a " two-way encryption
> function CCEncryptString..." but there's absolutely no guideline on how
> to use
> it. Has anybody successfully used that method of encryption?
>
> Please help.
>
> Shiller
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|