Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Keyboard Cache Location in MSTG-STORAGE-5 #2368

Closed
cpholguera opened this issue Feb 9, 2023 Discussed in #2367 · 1 comment · Fixed by #2416
Closed

Update Keyboard Cache Location in MSTG-STORAGE-5 #2368

cpholguera opened this issue Feb 9, 2023 Discussed in #2367 · 1 comment · Fixed by #2416

Comments

@cpholguera
Copy link
Collaborator

Discussed in #2367

Originally posted by sohsatoh February 9, 2023
The "Finding Sensitive Data in the Keyboard Cache" section of MSTG-STORAGE-5 describes the following.

Several options for simplifying keyboard input are available to users. These options include autocorrection and spell checking. cached by default, in /private/var/mobile/Library/Keyboard/dynamic-text.dat.

However, in iOS14 and iOS16, I confirmed that the keyboard cache is stored in /private/var/mobile/Library/Keyboard/<lang>-dynamic.lm/dynamic-lexicon.dat, and the information written in MSTG-STORAGE-5 is already outdated.

Suggestion: let's try to keep it timeless

Several options, such as autocorrect and spell check, are available to users to simplify keyboard input and are cached by default in `.dat' files in /private/var/mobile/Library/Keyboard/ and its subdirectories.
@cpholguera
Copy link
Collaborator Author

Would you mind opening a PR @sohsatoh? Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant