CryptoGraphy Pack and tms GridPack

Hello , i need some help.

I have a stringgrid and used to save the file as bin file.
Now i need my file to be more secure . I am owner of cryptography pack too.
Is there an option to save my stringgrid immediately encoded ?

The grid has the events OnLoadCell() / OnSaveCell()
In these event handlers you can implement a decrypt / encrypt respectively and this way, your grid data will be encrypted when saved.

thank you