Autor Beitrag
Windoof
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 34

Windows 95/98 SE/NT4.0 WS/2000 Professional/XP Home & Professional, SuSE Linux 7.0/9.0 Professional, OpenBSD
Dev-C++ 4.9.9.0, Borland C++ Builder 3 Personal/5 Professional/6 Enterprise, Borland Delphi 6 Enterprise/7 Enterprise
BeitragVerfasst: Mo 29.03.04 11:49 
Hi, ich hab den Borland Delphi 6 Enterprise. Nun möchte ich einen String in md5 codieren, wie das geht, weiß ich, nur weiß ich nicht, ob ich noch einen header einbinden muss?
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
procedure TForm1.Button1Click(Sender: TObject);
begin
md5.Reset;
md5.CodeString(Edit1.Text);
Label1.Caption:=md5.CompletedInput;
end;
In der Hilfe habe ich nix zum Thema md5 gefunden (Borland-Hilfe)

Moderiert von user profile iconPeter Lustig: Topic verschoben
Chatfix
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 1583
Erhaltene Danke: 10

Win 10, Win 8, Win 7, Win Vista, Win XP
VB.net (VS 2015), MsSQL (T-SQL), HTML, CSS, PHP, MySQL
BeitragVerfasst: Mo 29.03.04 12:25 
Du musst aus den "Indy-Misc" Komponenten den IdCoderMD5 mit aufs Form ziehen.
Diesen musst du dann wenn er mit deinem Bsp. funktionieren soll "md5" nennen. Dann Funktionierts.

_________________
Gehirn: ein Organ, mit dem wir denken, daß wir denken. - Ambrose Bierce
Windoof Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 34

Windows 95/98 SE/NT4.0 WS/2000 Professional/XP Home & Professional, SuSE Linux 7.0/9.0 Professional, OpenBSD
Dev-C++ 4.9.9.0, Borland C++ Builder 3 Personal/5 Professional/6 Enterprise, Borland Delphi 6 Enterprise/7 Enterprise
BeitragVerfasst: Mo 29.03.04 13:18 
Cool, danke. Ich dachte das wär sone Header-Datei mit der Klasse TMD5 oder so :D Gut, dann hätt ich das ja endlich mal. cu, Frohes Schaffen noch.
MCQ
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 75

Windows 95/98/XP
Delphi 7 Etp.
BeitragVerfasst: Mi 02.06.04 14:33 
Kann es sein, das es diese Komponente unter Delphi 7 Enterprice nicht mehr gibt ?
Wenn das so ist wo krieg ich die her, bzw gibts ne alternative ?
DaRkFiRe
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 526

WinXP Home & Professional
C, C++, Delphi
BeitragVerfasst: Mi 02.06.04 16:46 
Es gibt Alternativen - sogar ohne Klasse - einfach mit Funktionen.

Einfach mal nach Suche bei Google MD5.PAS oder nach Suche bei Google +MD5 +DELPHIgooglen.

_________________
Lang ist der Weg durch Lehren - kurz und wirksam durch Beispiele! Seneca
Henry
ontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic starofftopic star
Beiträge: 619

WinXP Prof. SP3
D6 Prof.
BeitragVerfasst: Fr 04.06.04 18:16 
Chatfix hat folgendes geschrieben:
Du musst aus den "Indy-Misc" Komponenten den IdCoderMD5 mit aufs Form ziehen.
Diesen musst du dann wenn er mit deinem Bsp. funktionieren soll "md5" nennen. Dann Funktionierts.
Hallo,
ich habe die Indykomponenten (V9) bei mir installiert, kann aber dei genannte Komponente nicht finden. Gibt es die nur bei einer bestimmten Versinon?

Danke

_________________
mfg Henry