SQLite says that it supports Encryption.
What Encryption is this?
Is it AES (Rindjael)?
How is it implemented?
(does it simply read the entire database from disk, encode it and then write it back to disk?)
Can SQLite support row or field level encryption?