Re: [PHP] encrypt/decrypt sqlite data

2004-12-10 Thread Richard Lynch
Shawn McKenzie wrote: > This is my first adventure with mcrypt and also the sqlite stuff. > > Via file upload I am getting a SQL dump file and running it as a query > to insert data into a sqlite db. This works great. > > Then I am trying to use an update query to encrypt fields in all rows by > u

[PHP] encrypt/decrypt sqlite data

2004-12-10 Thread Shawn McKenzie
This is my first adventure with mcrypt and also the sqlite stuff. Via file upload I am getting a SQL dump file and running it as a query to insert data into a sqlite db. This works great. Then I am trying to use an update query to encrypt fields in all rows by using the sqlite_create_function to r