Encrypting and Decrypting using Apple CryptoKit with user specified password
The examples provided in the documentation from Apple CryptoKit show examples where you use the same key bot for encryption and decryption. What it doesn’t specify how this practically works. How do you make the key and how do you make such thing work in practice. This article given an example how this can be …