JohnSundell / Files

A nicer way to handle files & folders in Swift
MIT License
2.53k stars 182 forks source link

Protect the user’s data using encryption #86

Closed AdAvAn closed 4 years ago

AdAvAn commented 5 years ago

Good day.

Is it possible to expand the current methods of writing and reading files, adding the ability to use encryption, as is common in the documentation?

Thank you!

JohnSundell commented 4 years ago

That's beyond the scope of Files. Please use an encryption library/framework for that purpose.