Blowfish digest , how to create in Livecode

Bob Sneidar bobsneidar at iotecdigital.com
Tue Mar 28 22:27:32 EDT 2017


This in message box:
put "this is a test" into pPayload;encrypt pPayload using "bf" with password "testing" at 128 bit;put pPayload
produces:
this is a test

No Bueno. 

Bob S


> On Mar 28, 2017, at 08:21 , Dave Kilroy via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> encrypt pPayload using "bf" with password tPassword at 128 bit





More information about the use-livecode mailing list