Autor |
Beitrag |
matze
      
Beiträge: 4613
Erhaltene Danke: 24
XP home, prof
Delphi 2009 Prof,
|
Verfasst: Mo 07.07.03 14:01
Hallo !!!
Hat jemand ein Code Beispiel oder eine Freeware Kompo, die einen string wie die PHP Funktion Crypt verschlüsselt. ich weiss leider nicht wie der Algo heisst der da verwendet wird.
_________________ In the beginning was the word.
And the word was content-type: text/plain.
|
|
tommie-lie
      
Beiträge: 4373
Ubuntu 7.10 "Gutsy Gibbon"
|
Verfasst: Mo 07.07.03 14:44
matze hat folgendes geschrieben: | ich weiss leider nicht wie der Algo heisst der da verwendet wird. |
Das hängt vom verwendeten Betriebssystem ab. Auf Standard-Unices ist es meist DES, wird aber auch gern durch MD5 oder ähnliches ausgetauscht.
"Näheres entnehmen Sie bitte den Manpages zu den crypt-Funktionen Ihres Unix-Betriebssystemes" 
_________________ Your computer is designed to become slower and more unreliable over time, so you have to upgrade. But if you'd like some false hope, I can tell you how to defragment your disk. - Dilbert
|
|
matze 
      
Beiträge: 4613
Erhaltene Danke: 24
XP home, prof
Delphi 2009 Prof,
|
Verfasst: Mo 07.07.03 19:18
ok bei mir wäre es DES !
_________________ In the beginning was the word.
And the word was content-type: text/plain.
|
|
matze 
      
Beiträge: 4613
Erhaltene Danke: 24
XP home, prof
Delphi 2009 Prof,
|
Verfasst: Mi 23.07.03 16:28
kennt jemand eine unit um einen string DES zu verschlüsseln ??
_________________ In the beginning was the word.
And the word was content-type: text/plain.
|
|
tommie-lie
      
Beiträge: 4373
Ubuntu 7.10 "Gutsy Gibbon"
|
Verfasst: Mi 23.07.03 17:19
_________________ Your computer is designed to become slower and more unreliable over time, so you have to upgrade. But if you'd like some false hope, I can tell you how to defragment your disk. - Dilbert
|
|
matze 
      
Beiträge: 4613
Erhaltene Danke: 24
XP home, prof
Delphi 2009 Prof,
|
Verfasst: Mi 23.07.03 19:27
wo sind auf dieser seite irgenbdwelche einträge ??? die page ist irgendwie komisch
_________________ In the beginning was the word.
And the word was content-type: text/plain.
|
|
tommie-lie
      
Beiträge: 4373
Ubuntu 7.10 "Gutsy Gibbon"
|
Verfasst: Mi 23.07.03 20:07
na diese Felder eben.
Da sind doch ganz viele verschiedene Komponenten. Da, wo einen neue Anfängt, ist dieses blau-grau, wo auch der Name drinsteht. Und die von mir genannten, sind die ersten drei, die ich zum Thema DES gefunden habe, weiter habe ich nicht mehr gesucht.
Strg-F funktioniert zumindest im Mozilla 
_________________ Your computer is designed to become slower and more unreliable over time, so you have to upgrade. But if you'd like some false hope, I can tell you how to defragment your disk. - Dilbert
|
|
matze 
      
Beiträge: 4613
Erhaltene Danke: 24
XP home, prof
Delphi 2009 Prof,
|
Verfasst: Fr 25.07.03 13:25
bist du sicher, dass das acuh diese adresse ist ?
Zitat: | Diag: "Missing object, wrong URL ?"
Your request for the object @ GD.TUWIEN.AC.AT may be incorrect, the object has possibly been relocated or might actually be missing for some reason, hmmm ...
Sorry for the inconvenience.
|
_________________ In the beginning was the word.
And the word was content-type: text/plain.
|
|
CenBells
      
Beiträge: 1547
Win 7
Delphi XE5 Pro
|
Verfasst: Fr 25.07.03 13:31
hallo,
such mal der der DEC.. Delphi Encryption Compendium oder so.
Gruß
Ken
_________________ Eine Klasse beschreibt die Struktur und das Verhalten einer Menge gleichartiger Objekte.
|
|
tommie-lie
      
Beiträge: 4373
Ubuntu 7.10 "Gutsy Gibbon"
|
Verfasst: Fr 25.07.03 14:20
matze hat folgendes geschrieben: | bist du sicher, dass das acuh diese adresse ist ?
Zitat: | Diag: "Missing object, wrong URL ?"
Your request for the object @ GD.TUWIEN.AC.AT may be incorrect, the object has possibly been relocated or might actually be missing for some reason, hmmm ...
Sorry for the inconvenience.
|
|
Seltsam, bei mir geht's, sowohl im Mozilla und eben hab' ich's auch im IE nochmal überprüft. Schalt mal deine Proxies ab, falls du welche benutzt (obwohl es bei mir auch durch Webwasher geht, der meinen Referrer entfernt) und die Browsersignatur ändert).
Falls immer noch nicht, hier der Text zum 3. Eintrag:
TU-Wien hat folgendes geschrieben: | TAFDes v. 1.2 DES Component for encrypt strings. Properties: Input: String - the string you have to encrypt. Salt: String - set to Dd by default if empty. Methods: function Execute: String - The crypted result.
Added: 7-04-2002/21-10-2002 | Version: 1.2 | Downloads: 2565/2466/34 |
Und der Link dazu:
gd.tuwien.ac.at/soft...tp/d30free/AFDES.zip
und die Links der beiden anderen:
gd.tuwien.ac.at/soft...40free/dcpcrypt2.zip
gd.tuwien.ac.at/soft...d60free/DES_free.zip
Beim letzten muss man zwar für den Quellcode 99 $ bezahlen, aber wenn du den nicht brauchst, sieht die auf den ersten Blick am besten aus, weil wohl außer DES kein Schnickschnack drumrum ist.
_________________ Your computer is designed to become slower and more unreliable over time, so you have to upgrade. But if you'd like some false hope, I can tell you how to defragment your disk. - Dilbert
Zuletzt bearbeitet von tommie-lie am Sa 26.07.03 13:07, insgesamt 1-mal bearbeitet
|
|
matze 
      
Beiträge: 4613
Erhaltene Danke: 24
XP home, prof
Delphi 2009 Prof,
|
Verfasst: Sa 26.07.03 11:59
danke ! ich werd das mal testen !!
_________________ In the beginning was the word.
And the word was content-type: text/plain.
|
|