Delphi-PRAXiS
Seite 3 von 3     123   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Passwörter in Delphi-Programm (https://www.delphipraxis.net/765-passwoerter-delphi-programm.html)

Luckie 9. Sep 2002 20:40

Für mich hat sich das wie eine Übung für den Unterricht angehört.

Aber es gibt fertige Units für diverse Verschlüsselungsalgorithmen, wie zum Beispiele BlowFish oder so.

sakura 10. Sep 2002 08:35

Such mal bei Google nach dem DEC für Delphi (Delphi Encryption Compendium). Das ist eine der wohl besten und bekanntesten Open Source Verschlüsselungsbibliotheken für Delphi.

Noch ein Link zum DEC: http://www.torry.ru/vcl/security/strong/chipher.zip

Code:
40 Ciphers (IDEA, Blowfish, Twofish, DES, Square ...)
23 Hashs (MD4/5, SHA/1, RipeMD, Havel, Tiger ...)
5 Checksums (CRC32, CRC16-CCITT, CRC16-Standard ...)
6 Textformats (MIME Base 64, XX/UU Coding, RFC1760 Six Word ...)
2 Randoms (LFSR Linear Feedback Shift Register with variable Period upto 2^2032-1 ...)
with Ciphers can be encrypt in Modes CTS/ CBC/ CFB/ OFB/ ECB
Ciphers supports Message Authentication Codes in CBC-MAC/ CFB-MAC/ CTS-MAC
fast Implementation (i.e. Blowfish > 8Mb/sec, MD4 > 27Mb/sec) Internet RFC2289/RFC1760/RFC2444 One Time Password Routines as Component
Many more...
[edit]Inofs und Link[/edit]


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:14 Uhr.
Seite 3 von 3     123   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz