PIN storage — PBKDF2, not plain text
Your App Lock PIN is never stored as written. It's run through PBKDF2 with a per-device salt and a high iteration count, then only the derived hash is persisted. We can't recover your PIN — and neither can anyone who extracts the encrypted file. If you forget it, you'll need to reset, and the data protected by it is unrecoverable. That's the point.