网上文摘 小说 Flash游戏 最近更新 下载排行 资源分类 下载指南
经典编程资源 精彩不容错过
设为首页
加入收藏
联系我们
  当前位置:Delphi园地精选控件其它 → DCPcrypt Cryptographic Component Library v2 Beta 3
  本周下载排行
  本月下载排行
资源名称:DCPcrypt Cryptographic Component Library v2 Beta 3
文件类型: RAR
适用版本:
发 布 者: DelphiFans
资源类型: 免费
资源大小: 195 KB
资源等级:
整理时间: 2007-6-18 11:47:21
资源网址: http://www.cityinthesky.co.uk/
下载次数: 本 周:3 本月:3 总计:1122
下载链接:
小说 Flash游戏
资源简介: Introduction:

DCPcrypt is a collection of cryptographic components for the Borland
Delphi(tm), C++ Builder(tm) and Kylix(tm) programming languages. The
supported versions are Delphi 4, 5, 6, 7, 2005, C++ Builder (3?), 4,
5, (6?) and Kylix 1 (untested), 2 and 3 (untested).

Thanks to Manuel C. for the modifications to make DCPcrypt work under
Delphi 2005!

The idea behind DCPcrypt is that it should be possible to "drop in"
any algorithm implementation to replace another with minimum or no
code changes. To aid in this goal all cryptographic components are
descended from one of several base classes, TDCP_cipher for encryption
algorithms and TDCP_hash for message digest algorithms.

DCPcrypt is open source software (released under the MIT license) and
as such there is no charge for inclusion in other software. However, I
am currently a student and if you are making money from my software I
would really appreciate a donation of some sort, whether financial or
a license for the software you develop (or if anyone wants to sponsor
a Mathematical Modelling (Masters) student for their final year...).
Please note THIS IS NOT COMPULSORY IN ANY WAY. See
http://www.cityinthesky.co.uk/cryptography.html for details on
financial donations.

This software is OSI Certified Open Source Software.
OSI Certified is a certification mark of the Open Source Initiative.

If you maintain a website then a link to my page at
http://www.cityinthesky.co.uk/ would be great!



What's New:

Changes since DCPcrypt v2 Beta 2 include

 * Corrected C++ Builder compilation problem.


Changes since DCPcrypt v2 Beta 1 include

 * Renamed source code files for hashes and ciphers to DCPxxx.pas
 
 * Change the format of Cipher.InitStr so that the hash algorithm
   used to generate the key is explicitly specified. In order to
   get the same functionality as before, use TDCP_sha1.
   e.g. Cipher.InitStr('Hello World',TDCP_sha1);

 * Block ciphers are now inherited from an intermediate component
   that implements the block size specific chaining mode encryption
   routines.

 * Remove the internal component registration, it was more hassle
   than it was worth. If there is a demand for this to be put back
   then I might...  

 * Added the full range of operation modes for Haval. By changing
   the defines at the top of DCPhaval.pas you can specify the
   number of passes and the output hash size.
  
 * Added the Tiger hash algorithm (192bit digest).
 
 * Changed the name of the file containing TDCP_ripemd160 for
   consistency to DCPripemd160 from DCPrmd160.
  
 * GOST no longer appears on the component palette pending verifying
   what the actual standard is (the code is still included however).

 * Added the RipeMD-128 hash algorithm (128bit digest).
 
 * Added the Serpent block cipher (AES finalist).
 
 * Added the SHA-256,384,512 hash algorithms (256, 384, 512bit digest
   respectively).

 * Added CTR chaining mode to all block ciphers.
 
Google
 
Web www.delphifans.com
下载帮助() 下载链接错误报告或者意见反馈
下载说明:
关于我们 | 广告服务 | 发布资源 | 联系站长 Copyright © 2002-2006 Delphi园地 All Rights Reserved