What is a .spass file?

A .spass file is an encrypted password export created by the Samsung Pass app on Samsung Galaxy devices. When you export your saved passwords from Samsung Pass (Settings → Export passwords), Samsung writes all your credentials to a single .spass file and encrypts it with your Samsung Pass password before saving it to your device storage.

The file contains your saved:

Why can't I open a .spass file normally?

The file is encrypted — its contents are unreadable without the Samsung Pass password. If you try to open it in a text editor, you'll see Base64-encoded gibberish. No file manager, spreadsheet app, or standard import tool can read it directly.

Technical format details

For those curious, the .spass file structure is:

How to open and convert a .spass file

The only way to read a .spass file is to decrypt it with the correct Samsung Pass password. SPASS Converter does exactly that — it's a free, open-source Android app built specifically for this purpose.

Privacy: SPASS Converter has no internet access. Decryption happens entirely in memory on your device using Android's built-in AES implementation. Your password and decrypted data are never transmitted anywhere.
  1. Download SPASS Converter from GitHub Releases and install the APK
  2. Open the app and select your .spass file
  3. Enter your Samsung Pass password
  4. Tap Convert — the app shows a summary of all decrypted entries
  5. Tap Save CSV to export to a file you can open anywhere

→ Full step-by-step import guide

What the output CSV looks like

SPASS Converter produces a standard CSV with one section per data type. The password section column order (name, url, username, password, note) matches the Google Password Manager / Chrome import format exactly.

SectionColumns
Passwordsname, url, username, password, note
Addressesfull_name, company_name, street_address, city, state, zipcode, country_code, phone_number, email
Credit cardsname_on_card, first_six_digits, last_four_digits, expiry_month, expiry_year
Notestitle, details

Can I open a .spass file on a PC?

Not directly — the .spass format is proprietary to Samsung Pass on Android. There is no official Samsung tool to open it on Windows or Mac. SPASS Converter runs on Android, so you convert it on your phone first and then transfer the resulting CSV to your computer.

Is it safe to use a third-party app to decrypt my passwords?

SPASS Converter is fully open source (MIT License) — you can read every line of the decryption and conversion code. The app has no internet permissions (verifiable in the AndroidManifest.xml), no analytics, no crash reporting, and no third-party SDKs. Sensitive data is zeroed from memory when you leave the app.

↓ Download SPASS Converter Full import guide →