How do I securely send a symmetric key between two clients? [duplicate]
I’m new to cryptography. I’m using Swift CryptoKit and I’ve figured out how to seal the data with a symmetric key. Now I can send the sealed data to another user, but they wouldn’t be able to decrypt it without the key. But if someone were… Continue reading How do I securely send a symmetric key between two clients? [duplicate]