- SAF
- Storage Access Framework: the Android system picker that grants an app scoped access to a chosen folder or document instead of the whole disk.
- Scoped storage
- The model introduced in Android 10 that limits an app to its own directories plus media it is explicitly allowed to read.
- SMB / CIFS
- The file-sharing protocol used by Windows PCs and most NAS boxes; mounted with a hostname, share name and credentials.
- SFTP
- File transfer tunnelled inside an SSH session — encrypted end to end, unlike classic FTP which sends credentials in the clear.
- WebDAV
- An HTTP extension that exposes a remote directory tree; common on self-hosted drives and university servers.
- USB OTG
- On-The-Go host mode, letting a phone read a flash drive or card reader plugged into its USB port.
- AES-256
- A symmetric block cipher with a 256-bit key, used here to encrypt vault contents at rest on the device.
- Checksum
- A hash such as MD5 or SHA-256 computed over a file's bytes to confirm a copy is identical to its source.
- Root explorer
- A browsing mode that uses superuser privileges to reach system partitions; available only on devices the owner has rooted.
- OAuth token
- A revocable credential issued by a cloud provider so an app can act on your behalf without storing your password.