Remko Tronçon
Remko Tronçon
Good question. I have not tried the firestore emulator yet, I always use the datastore emulator. From your error message, it sounds like it doesn't support the (metadata) queries that...
@vexdev Interesting, thanks!
What would make this extra useful is if the overlay structure would allow to specify columns as well. The coverage data I’m working with uses regions that are line+column based,...
@danschlet In our case, students indeed use the native iOS 'Speak' context menu, which isn't available on Safe Exam Browser. 
This is probably the best medium to ask. `age-plugin-se` uses [SecureEnclave.P256.KeyAgreement.PrivateKey](https://developer.apple.com/documentation/cryptokit/secureenclave/p256/keyagreement/privatekey) to construct private keys. The age identity is an encoding of the [`dataRepresentation`](https://developer.apple.com/documentation/cryptokit/secureenclave/p256/keyagreement/privatekey/datarepresentation) of the private key. Unfortunately, there...
@CodeWithShreyans No, that doesn't sound correct. No private keys are stored in the SE, otherwise storage could run out when generating keys. The SE generates a private key, encrypts it,...
@CodeWithShreyans Right, that confirms what I said. Also, from [this article](https://developer.apple.com/documentation/security/protecting-keys-with-the-secure-enclave): > When you protect a private key with the Secure Enclave, you never handle the plain-text key, making it...
@LRvKochel key.txt is not a key for symmetric encryption. It contains a key that can (only) be used for DH Key Exchange with another P256 key. What the key in...