c3e0439921f515da64baa01cba1543a56bee635c
* harbour/src/rtl/Makefile
+ harbour/src/rtl/hbbffnc.c
* harbour/include/hbextern.ch
+ added PRG functions for BlowFish encryption:
hb_blowfishKey( <cPass> ) -> <bfKey>
hb_blowfishEncrypt( <bfKey>, <cData> ) -> <cCryptedData>
hb_blowfishDecrypt( <bfKey>, <cCryptedData> ) -> <cData>
On errors above functions return NIL.
Warning: the size of encrypted data is padded to 64bit (8 bytes)
so it's bigger then original one.
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%