aschuch/AwesomeCache

Cache encryption

Closed this issue · 2 comments

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?

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.

I see thanks.