Question: Is it possible to encrypt picolisp dbs on the fly? For example, to hook into the low level functions that do block reads and writes in order to apply encryption?
For example, it would be a useful option, when setting up a 'pool' to specify a key that is used to decrypt/encrypt block reads/writes to the underlying storage. Once set up, this action would be transparent to the application. /Lindsay