developer.apple.com/documentatio...
developer.apple.com/documentatio...
RemoteSupervisor 1.2 is now available for Mac and iPad, the new way to monitor your computers and servers. Built in Swift and powered by the modern NRSP protocol, it ensures end-to-end encryption through Apple’s CryptoKit framework.
www.elonovo.com
RemoteSupervisor 1.2 is now available for Mac and iPad, the new way to monitor your computers and servers. Built in Swift and powered by the modern NRSP protocol, it ensures end-to-end encryption through Apple’s CryptoKit framework.
www.elonovo.com
anyone know what this does?
anyone know what this does?
- CryptoKit: removed the recently-added insecure UnauthenticatedAES and UnauthenticatedChaCha20
- CryptoKit: removed the recently-added insecure UnauthenticatedAES and UnauthenticatedChaCha20
developer.apple.com/documentatio...
> A one-time private key for a key encapsulation mechanism, which can only decapsulate once but it does so faster.
Interesting..
developer.apple.com/documentatio...
> A one-time private key for a key encapsulation mechanism, which can only decapsulate once but it does so faster.
Interesting..
developer.apple.com/documentatio...
A new discussion asks if the ecosystem needs a crypto package that can evolve independently.
https://forums.swift.org/t/state-of-cryptography-in-swift/89649
#SwiftLang #ServerSideSwift
A new discussion asks if the ecosystem needs a crypto package that can evolve independently.
https://forums.swift.org/t/state-of-cryptography-in-swift/89649
#SwiftLang #ServerSideSwift
This article explains how to use CryptoKit for public-key cryptography in iOS apps to enhance security.
tanaschita.com/cryptokit-pu...
by Natascha Fadeeva
#ios #iosdevelopment #swift #cryptography #swiftlang
This article explains how to use CryptoKit for public-key cryptography in iOS apps to enhance security.
tanaschita.com/cryptokit-pu...
by Natascha Fadeeva
#ios #iosdevelopment #swift #cryptography #swiftlang
"@preconcurrency" it is, then...
"@preconcurrency" it is, then...
Architecture — Supabase-direct, no custom API layer. iOS talks to the same backend as the web app.
Hard integrations — Apple Sign-In with CryptoKit nonce. StoreKit 2 with server-side verification. AVAudioSession for background playback.
These would've taken me weeks alone.
Architecture — Supabase-direct, no custom API layer. iOS talks to the same backend as the web app.
Hard integrations — Apple Sign-In with CryptoKit nonce. StoreKit 2 with server-side verification. AVAudioSession for background playback.
These would've taken me weeks alone.
Is generating two and then partially concatenating considered secure?
https://developer.apple.com/documentation/cryptokit/aes/gcm/nonce/init()
Is generating two and then partially concatenating considered secure?
https://developer.apple.com/documentation/cryptokit/aes/gcm/nonce/init()
What would be most useful is if `finalize` was documented as not "finalizing" but more like a `current`.
What would be most useful is if `finalize` was documented as not "finalizing" but more like a `current`.
I hope CryptoKit won’t give me as much trouble…
I hope CryptoKit won’t give me as much trouble…