TotalRecall: Extracts and displays data from the Windows 11 Recall feature
1–10 of 98 posts
Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#2Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#3Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#4 SELECT c1, c2
FROM WindowCaptureTextIndex_content
WHERE c1 LIKE '%{search_term}%'
OR c2 LIKE '%{search_term}%'
https://github.com/xaitax/TotalRecall/blob/28a9f75de005a3d82...Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#5Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#6This is cool. What would be a good way to prevent this type of extraction? We just launched OpenRecall https://github.com/openrecall/openrecall with which we want to offer a fully open source/auditable and privacy/security focused alternative.
Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#7This is cool. What would be a good way to prevent this type of extraction? We just launched OpenRecall https://github.com/openrecall/openrecall with which we want to offer a fully open source/auditable and privacy/security focused alternative.
> Your data is stored locally on your device, and you have the option (soon to be implemented) to encrypt it with a password for added security.
Security focused my ass.
Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#8Re: TotalRecall: Extracts and displays data from the Windows 11 Recall feature
#9This is cool. What would be a good way to prevent this type of extraction? We just launched OpenRecall https://github.com/openrecall/openrecall with which we want to offer a fully open source/auditable and privacy/security focused alternative.