- SAF
- Storage Access Framework — the Android system picker that hands an app a scoped, revocable handle to a folder tree instead of full filesystem access.
- Scoped storage
- The permission model introduced in Android 10 that limits apps to their own directories plus media collections unless the user grants a specific tree.
- AES-256
- A symmetric block cipher used for vault contents. Combined with a slow key-derivation function, it turns a passphrase into a key that resists brute force.
- SMB / CIFS
- The file sharing protocol used by Windows PCs and most NAS boxes. Version 2 or 3 is preferred; version 1 is deprecated for security reasons.
- SFTP
- File transfer tunnelled inside SSH. Unlike plain FTP, credentials and payload are encrypted end to end.
- WebDAV
- An HTTP extension for remote file operations, common with self-hosted drives and many European cloud providers.
- Solid archive
- A compression layout (typical in 7Z and RAR) where files share one compressed stream — smaller output, but slower single-file extraction.
- Root explorer
- A browsing mode on rooted devices that exposes system mount points with owner, mode and SELinux context, normally opened read-only.
- OTG
- USB On-The-Go — the mode that lets a phone act as a host so flash drives and card readers mount as external storage.