iphone - How to open an encrypted sqlite in terminal -


i created .db3 sqlite file in windows,the problem encrypted it,but couldn't manage open directly in terminal app on mac.i know in xcode,i can use sqlite_key open it,but want modify data directly in terminal app.so want know,is there command in sqlite prompt let me open encrypted sqlite file.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -