<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : Cryptographic Component Library</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Borland Delphi : Cryptographic Component Library</description>
  <pubDate>Sun, 26 Apr 2026 20:04:40 +0000</pubDate>
  <lastBuildDate>Wed, 10 Nov 2010 08:51:26 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_post_feed.asp?TID=2008</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>Cryptographic Component Library : http://www.cityinthesky.co.uk/...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2008&amp;PID=4413#4413</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 2008<br /><strong>Gönderim Zamanı:</strong> 10.Kasim.2010 Saat 08:51<br /><br /><a href="http://www.cityinthesky.co.uk/" target="_blank">http://www.cityinthesky.co.uk/</A>&nbsp;&nbsp; adresinden temin edebileceğiniz bu paketin içeriği; <DIV>&nbsp;</DIV><DIV>kütüphaneleri <a href="http://www.cityinthesky.co.uk/files/dcpcrypt2-2010.zip" target="_blank">indir</A></DIV><DIV>&nbsp;</DIV><DIV><strong>Şifreleme Algoritmaları:</strong></DIV><DIV>Blowfish <BR>Cast 128 <BR>Cast 256 <BR>DES, 3DES <BR>Ice, Thin Ice, Ice2 <BR>IDEA <BR>Mars <BR>Misty1 <BR>RC2, RC4, RC5, RC6 <BR>Rijndael (the new AES) <BR>Serpent <BR>Tea <BR>Twofish </DIV><DIV><BR>&nbsp;</DIV><DIV><strong>Doğrulama Algoritmaları</strong></DIV><DIV>Haval <BR>MD4 <BR>MD5 <BR>RipeMD-128 <BR>RipeMD-160 <BR>SHA-1 <BR>SHA-256, SHA-384, SHA-512 <BR>Tiger </DIV><DIV><BR>&nbsp;</DIV><DIV>================================</DIV><DIV><strong>SHA256 için bir örnek:</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong>uses </strong>DCPsha256;</DIV><DIV>&nbsp;</DIV><DIV><strong>function</strong> Str2SHA256(_value:String):String;<BR><strong>var</strong><BR>&nbsp;tpx:TDCP_sha256;<BR>&nbsp;HashDigest1: array&#091;0..31&#093; of byte;<BR>&nbsp;s:String;<BR>&nbsp;j: Integer;<BR><strong>begin</strong><BR></DIV><DIV>&nbsp;tpx := TDCP_sha256.Create(nil);<BR>&nbsp; tpx.Init;<BR>&nbsp; tpx.UpdateStr(AnsiString(_value));<BR>&nbsp; tpx.Final(HashDigest1&#091;0&#093;);<BR>&nbsp;FreeAndNil(tpx);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;for j := 0 to Length(HashDigest1) - 1 do<BR>&nbsp; s := s +&nbsp; IntToHex(HashDigest1&#091;j&#093;,2);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Result := LowerCase(s);<BR><strong>end</strong>;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><strong>veya</strong></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp; <strong>function</strong> Str2SHA256(_value:String):String;<BR>&nbsp; <strong>var</strong><BR>&nbsp;&nbsp; HashDigest1: array&#091;0..31&#093; of byte;<BR>&nbsp;&nbsp; s:String;<BR>&nbsp;&nbsp; j: Integer;<BR>&nbsp; <strong>begin</strong><BR>&nbsp;&nbsp; with TDCP_sha256.Create(nil) do<BR>&nbsp;&nbsp; <strong>begin</strong><BR>&nbsp;&nbsp;&nbsp; Init;<BR>&nbsp;&nbsp;&nbsp;&nbsp; UpdateStr(AnsiString(_value));<BR>&nbsp;&nbsp;&nbsp;&nbsp; Final(HashDigest1&#091;0&#093;);<BR>&nbsp;&nbsp;&nbsp; Free;<BR>&nbsp;&nbsp; <strong>end</strong>;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; for j := 0 to Length(HashDigest1) - 1 do<BR>&nbsp;&nbsp;&nbsp; s := s +&nbsp; IntToHex(HashDigest1&#091;j&#093;,2);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; Result := LowerCase(s);<BR>&nbsp; <strong>end</strong>;</DIV><span style="font-size:10px"><br /><br />Düzenleyen murat turan - 10.Kasim.2010 Saat 08:56</span>]]>
   </description>
   <pubDate>Wed, 10 Nov 2010 08:51:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2008&amp;PID=4413#4413</guid>
  </item> 
 </channel>
</rss>