Reading List
Rewriting Apple’s Password Monitoring Service in Swift from Michael Tsai RSS feed.
Rewriting Apple’s Password Monitoring Service in Swift
Ricky Mondello et al. (2025, Mastodon, Hacker News): The migration from Java to Swift was motivated by a need to scale the Password Monitoring service in a performant way. The layered encryption module used by Password Monitoring requires a significant amount of computation for each request, yet the overall service needs to respond quickly even […]