Encryption? #7
Replies: 2 comments
-
Hey @jaredteladoc, thanks for the question and suggestion! I hadn't considered encryption so can you tell me more about your use case? Under the hood Boutique saving files to disk using Bodega so I think it should be possible to encrypt the data you want to store on disk (using the |
Beta Was this translation helpful? Give feedback.
-
@jaredteladoc, does this need to be part of Boutique, or can you put your encryption/decryption logic in the Codable functions of your class? What I'm thinking is something like this:
This isn't quite as convenient as having encryption built-in, but it keeps Boutique simple and gives you a lot of control over which data is encrypted, the algorithms used, and where the keys come from. Maybe the EncryptedEncoder and DecryptedDecoder classes could be part of a companion library to Boutique? |
Beta Was this translation helpful? Give feedback.
-
This looks awesome...amazing work! Any thought of adding ability to encrypt data? I'd love to use this but data encryption important for my projects. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions