Banana Split
• Fix camera activating at app launch instead of only on the Restore tab
• Move fastlane metadata to repo root
How it works
1. Enter your secret (e.g., a seed phrase, private key, password).
2. Choose how many shards to create and how many are required to reconstruct.
3. Use the auto-generated passphrase or enter your own.
4. Banana Split encrypts the secret with the passphrase, then splits the ciphertext into N QR codes using Shamir's scheme.
5. Print or save the QR codes. Write the passphrase by hand on every sheet.
To reconstruct: scan a majority of QR code shards, enter the passphrase, and your secret is restored.
Features
• Offline — all cryptography happens on-device, no server communication
• Save shards as PNGs or PDF with full Unicode font support
• Camera and gallery QR scanning with multi-file import
• Custom or auto-generated passphrases
• User-selectable quorum (how many shards needed)
• 7 languages: English, Russian, Turkish, Belarusian, Georgian, Ukrainian, Polish
• Cross-platform shard compatibility with the Banana Split web app
Security
Encryption: scrypt key derivation + NaCl secretbox (XSalsa20-Poly1305).
Splitting: Shamir's Secret Sharing over GF(256).
No data collection, no analytics, no trackers.
Web App
Also available as a web app — no installation needed: https://nfcarchiver.com/banana/
Shards created in the app and web version are fully compatible.
Open Source
This app is a fork of banana_split by Parity Technologies, licensed under GPLv3.
Source code: https://github.com/mezinster/banana_split
- نگارنده: mezinster
- پروانه: GNU General Public License v3.0 only
- ردیاب مشکل
- کد مبدأ
- فرادادهٔ ساخت
- وضعیت قابلیت بازتولید
نگارشها
با وجود موجود بودن بارگیریهای APK برای دادن حق گزینش، باید آگاه باشید که با نصب به این روش، آگاهیهای بهروز رسانی را دریافت نکرده و راهی ناامن برای بارگیری است. پیشنهاد میشود کارهٔ افدروید را نصب و از آن استفاده کنید.
بارگیری افدروید-
arm64-v8aarmeabi-v7ax86x86_64این نگارش، به اندروید ۵٫۰ یا جدیدتر نیاز دارد.
به دست افدروید ساخته، امضا و مطابقتش با این کد مبدأ تضمین شده است.
بارگیری APK ۲۷ میب امضای PGP | گزارش ساخت
-
arm64-v8aarmeabi-v7ax86x86_64این نگارش، به اندروید ۵٫۰ یا جدیدتر نیاز دارد.
به دست افدروید ساخته، امضا و مطابقتش با این کد مبدأ تضمین شده است.
بارگیری APK ۲۷ میب امضای PGP | گزارش ساخت
• Fork attribution and source code link on About screen
• Fix scanner state reset on "Start Over"
• Localization fixes and fastlane metadata for all 7 languages






