#include "fivewin.ch"
function main()
local cBfKey := hb_blowfishKey( "fivewin" )
local cText := "testing blowfish encript"
local cipher
? cipher := hb_blowfishEncrypt( cBfKey, cText )
? hb_blowfishDecrypt( cBfKey, cipher )
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 95 guests