apple-cryptokit

iOS CryptoKit in Java

自古美人都是妖i 提交于 2020-02-28 09:43:06
问题 I am looking for settings/parameters of CryptoKit which will allow me to share data between iOS App and a Java Application. The flow would be something like below: - Use CryptoKit to encrypt a text using a fixed key and random initialization vector (IV). - In the Java application use standard javax libraries to perform the decryption using the same fixed key. The random IV will be transported/shared with the application along with the encrypted text. Similarly, the reverse is also required,