On Thu, Nov 3, 2016 at 10:34 PM, JasonH <[email protected]> wrote: > I'm using this to store passwords. So I take the entered password, compute > the SHA256, and compare to the saved SHA256 to see if it's a match. >
The easiest way to convert between binary blob / text is to use BASE64 ENCODE / DECODE. -- Peter Bozek ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

