On Tue, Nov 15, 2016 at 1:38 PM, Jens Alfke <[email protected]> wrote:
> > > On Nov 15, 2016, at 11:35 AM, Quan Yong Zhai <[email protected]> wrote: > > > > Create a custom function MD5 , > > If you’re going to go to this trouble, at least use SHA256! > > MD5 is broken. These days no one should be using it for anything, except > when needed for compatibility with legacy formats/protocols. > Completely depends on your needs. If your needs are not cryptographic, then there is no problem. Just like there is no problem using a pseudo random number generator for non cryptographic purposes. -- Scott Robison _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

