Cache encryption
Closed this issue · 2 comments
netgfx commented
Is there a way to apply encryption to the file saved on the disk?
I know about the data that are stored inside but is there a way to actually encrypt the file?
aschuch commented
Please take a look at the subclassing notes in Cache.swift
. I think you could simply subclass the Cache and provide your own means of encryption/decryption before calling super.
netgfx commented
I see thanks.