2012-08-06 10:00 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
  + source/rtl/hbbffnc.c
  + source/rtl/hbbfish.c
  + include/hbbfish.h
  + tests/tstblow.prg
    ! blowfish encryption borrowed from Harbour
      PRG function list:
        hb_blowfishKey( <cPass> ) -> <bfKey>
        hb_blowfishEncrypt( <bfKey>, <cData>, <lRaw> ) -> <cCryptedData>
        hb_blowfishDecrypt( <bfKey>, <cCryptedData>, <lRaw> ) -> <cData>

  + source/rtl/hbrand.c
  + source/rtl/arc4.c
  + include/arc4.h
  + tests/testarc4.prg
    ! yet another arc4-based random number generator bowwored from Harbour
    ! PRG level function :
      HB_RAND32() -> returns an integer between 0 and 0xFFFFFFFF (inclusive)

  * source/vm/thread.c
    + supporting function for arc4 random number generator

  * winmake/common.mak
  * winmake/compile.mak
    + new members of RTL

Andi


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to