Thanks Tracy I will consider that as a possibility. No need to restore other libraries if you use Release Library vfpencryption.fll instead of Set Library To
Paul -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Tracy Pearson Sent: 12 November 2012 13:16 To: [email protected] Subject: Re: SHA256 hash WITHOUT using VFPEncryption.FLL Paul Newton <[email protected]> wrote: >Hi > >Does anybody have any idea on how I can create a SHA256 hash from a >string without using Craig Boyd's VFPEncryption.FLL? > >I am hesitant to use the FLL because it exposes methods whose name >could be the same as other functions or procedures. > >Many thanks > >Paul Newton Paul, You can unload the library after you make your call into it. Set Library to vfpencryption.fll Sha256 Set library to If you already use other libraries grab the loaded list with set("library") to restore them back. -- Tracy [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

