Much like the SQL CE databases that we use for certain offline storage of data, I think it would be ideal if an individual ISAM file could be encrypted in a similar fashion. SQL CE databases can be configured with 256 bit encryption using an applied password as it's key for access. This provides a simple and elegant method for encrypting the ENTIRE database file. I would like to see a feature like that in Synergy/DE DBMS where the ISAM file, as a whole, can be encrypted with 256 bit encryption with a password. Plus have that same support flow through to fconvert, ISLOAD, ISUTL, etc. I feel that the encryption API in Synergy/DE DBL is an ok step towards securing the data, but it requires such a large commitment of time and resources to implement, even when isolating only PII field information. Where if we were able to encrypting the entire ISAM file with modifying minimal code to access the data and not have to worry about expanding the ISAM file records or anything to do with the internal data itself, I think that would go a long way to providing a more comprehensive and simple solution to DBL developers. Keeping it simple is always my preference, and the method the SQL CE employs for encrypting the SDF database files seems like a simple and elegant solution.