Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help whit indy component

16 views
Skip to first unread message

Ricardo Rodrigues

unread,
Dec 11, 2002, 8:39:22 AM12/11/02
to
Hi i am trying to encrytp one string using IdCoderMD5 indy component
but i have no help file helping that i扉e tryed

Form1->Edit2->Text = IdCoderMD51->CodeString(Form1->Edit1->Text);

IdCoderMD51->CodeString(String to encode);

but as the example above nothing apears on the second EDIT

any sugestion? what i am doing wrong?

--Ricardo


Thorsten Kettner

unread,
Dec 11, 2002, 9:12:51 AM12/11/02
to

I have never used it, but taking the time I found this in Google
Groups:

IdCoderMD51->AutoCompleteInput = true;
IdCoderMD51->CodeString(Form1->Edit1->Text);
Form1->Edit2->Text = MD5->CompletedInput();

I don't know, if the first line is really necessary. Just try.
Hope this solves the problem.

0 new messages