Rob Wilkinson

Results 4 comments of Rob Wilkinson

> By disabling keychain icloud sync, the key ends up in Local items: If the key is moved to the Local items does the password then become accessible or what...

> I have created a new project called [FindMySyncPlus](https://github.com/manonstreet/FindMySyncPlus). It based on the concepts of this project, and also leverages [@Pnut-GGG](https://github.com/Pnut-GGG)'s [FMIPDataManager-extractor](https://github.com/Pnut-GGG/FMIPDataManager-extractor) and [findmy-cache-decryptor](https://github.com/Pnut-GGG/findmy-cache-decryptor). It requires Sequoia or Tahoe to...

> > > I have created a new project called [FindMySyncPlus](https://github.com/manonstreet/FindMySyncPlus). It based on the concepts of this project, and also leverages [@Pnut-GGG](https://github.com/Pnut-GGG)'s [FMIPDataManager-extractor](https://github.com/Pnut-GGG/FMIPDataManager-extractor) and [findmy-cache-decryptor](https://github.com/Pnut-GGG/findmy-cache-decryptor). It requires Sequoia or...

Mine was failing due to my backend API server hit max open files when it got bombarded with so many API calls. Soft max was 256, increase to 2000.