I am putting text into a blob
  TEXT TO BLOB($Text_Ptr->;$Blob;Mac text without length)
I encrypt the blob
  ENCRYPT BLOB($Blob;$Private_Key)

I later extract this text
  DECRYPT BLOB($Blob;$Public_Key)
  $Destination->:=BLOB to text($Blob;Mac text without length)

The text is extracted - and APPEARS to be the same, however
the length of the extracted text is 2 characters longer then the 
original text.
The extra 2 characters are:
Character code = 0
And are appended to end of the extracted text.

Anyone have an Idea??

Thanks
Chip
---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to