[sqlite] Sqlite is secure with MD5?

2016-02-29 Thread Richard Hipp
On 2/24/16, veer verma wrote: > > I am using sqlite3-3.11.0, i See sqlite is using MD5 hash algorithm to > generate MD5 checksums for TCL interface. Since MD5 is broken for purposes > of security, Some of the TCL tests for SQLite uses MD5 has a hash function. This has nothing to do with

[sqlite] Sqlite is secure with MD5?

2016-02-25 Thread veer verma
Hello, I am using sqlite3-3.11.0, i See sqlite is using MD5 hash algorithm to generate MD5 checksums for TCL interface. Since MD5 is broken for purposes of security, How can i replace MD5 with any other hash algorithm (sha-2) to keep it secure from malicious attacker? Or Is there a way to