apple-cryptokit Questions

2

Solved

Does anyone know a way to calculate de SHA-256 hash of a file without having to load the entire file on memory? I would be ideal to use apple's CryptoKit library
Capitalism asked 10/2, 2021 at 19:5

1

Solved

I am trying to compile a small swift program, "main.swift" to an executable on Ubuntu 18.08. I use the Swift Package Manager to manage my dependencies. In this very simple case I only hav...
Atharvaveda asked 14/8, 2020 at 8:31

1

Solved

I want to send encrypted data form a server running a kotlin application to an iOS App using Apples CryptoKit. I have problems to initialize a AES.GCM.SealedBox and decrypt the data. In general I d...
Silsby asked 20/4, 2020 at 21:7

1

Solved

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...
Beware asked 3/1, 2020 at 10:56

1

I've just started using CryptoKit to replace an old library. My plan was to replace it on phones running iOS 13 and above, and still use the old library on iOS versions below 13. However I can't ge...
Temporal asked 8/10, 2019 at 14:0

1

Solved

I am working with Apple's new cryptokit library and am trying to get a basic use case to work. Goal: I would like to create a private key in the secure enclave via the cryptokit, store the key's r...
Mordvin asked 25/9, 2019 at 16:0

4

I am messing about with Apple's new CryptoKit framework on Xcode 11.0 beta 2. I want to create a SymmetricKey, then obtain the raw bytes of the key. I would like to use those bytes to create the sa...
Selfmortification asked 30/6, 2019 at 21:14

1

iOS 13's CryptoKit framework provides a .rawRepresentation value for ECDSA public and private keys. I've been trying to reverse-engineer the rawRepresentation data type to convert between it and JW...
Tailpiece asked 26/7, 2019 at 19:2
1

© 2022 - 2024 — McMap. All rights reserved.