drunnells / SSSS-Mobile

Android & iOS SSSS (Shamir's Secret Sharing Scheme) Split/Combine Tool
GNU General Public License v3.0
4 stars 0 forks source link

SSSS Mobile Logo

SSSS Mobile

Shamir's Secret Sharing Scheme Split & Combine Functions for Android & iOS

2023 Dustin Runnells (dustin@runnells.name)

Website/FAQ: https://ssssmobile.app

Based on the SSSS tool by B. Poettering (http://point-at-infinity.org/ssss/) using the ssss-js library by Gabriel Burca (https://www.npmjs.com/package/ssss-js).

If you intend to protect potentially important information, please take all necessary backup precautions and use at your own risk!

Status

Currently published here:

Dependancies

Titanium SDK

Titanium Modules:

Javascript/Node:

Icons:

Font:

Notes

Distributing this app for iOS requires a Provisioning Profile with a non-wildcard App Identifier that contains the "NFC Tag Reading" capability.

Build

Titanium SDK 12.1.2.GA.

Run on Android device: ti build -p android --build-only

Run on iPhone: appc run -p ios --build-only

Google Play Package Build: ti build -p android -T dist-playstore -K <keystore> -P <keystore_password> -L ssss -O <dist_dir>