I am creating a key, such as:
let key = SymmetricKey(size: SymmetricKeySize.bits256)
Is it possible for another developer to simply decrypt my files with using CryptoKit ... or how do I provide my own key to ensure that can't happen?
Thanks !
Post
Replies
Boosts
Views
Activity
I understand that the reason for extensions is quick updates to source code. However, using the editor menu as an example, there is a dialog for 'adding snippets'.Is it possible to push a dialog box to the user to allow them to do more advanced things with snippets and source ?