急需HMAC-SHA算法代码,小弟能力有限,请各位大侠帮帮忙,重分酬谢。

解决方案 »

  1.   

    试试看到SourceForge上找TurboPower LockBox,这是一个多种加密以及散列算法的控件集合。
      

  2.   

    http://www.delphi32.com/vcl/3267/
    A Compendium of various strong Encryption Algorithm and more... includes:
    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...
    Delphi 5 compatible.你看看要不要这个。如果要单独的源码可以和我联系。告诉我mail我发给你,