| Password | What it opens |
|---|---|
CorrectPassword |
The "real" notebook — a walkthrough plus example tabs for wallet seeds, API keys, and a scratchpad. The stuff you'd actually put in a vault like this. |
DecoyPassword |
The decoy — shopping list, recipes, a boring welcome tab. Shaped like what a plausible cover notebook looks like when an adversary demands "show me what's in there." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package io.zla.app.ui.home | |
| import android.app.AlertDialog | |
| import android.graphics.drawable.Drawable | |
| import android.os.Bundle | |
| import androidx.fragment.app.Fragment | |
| import androidx.fragment.app.FragmentStatePagerAdapter | |
| import androidx.viewpager.widget.ViewPager.OnPageChangeListener | |
| import android.view.LayoutInflater | |
| import android.view.View |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package io.zla.app | |
| import com.appsflyer.AppsFlyerConversionListener | |
| import com.appsflyer.AppsFlyerLib | |
| import com.crashlytics.android.Crashlytics | |
| import com.facebook.FacebookSdk | |
| import com.facebook.LoggingBehavior | |
| import dagger.android.AndroidInjector | |
| import dagger.android.support.DaggerApplication | |
| import io.fabric.sdk.android.Fabric |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package io.zla.app | |
| import com.appsflyer.AppsFlyerConversionListener | |
| import com.appsflyer.AppsFlyerLib | |
| import com.crashlytics.android.Crashlytics | |
| import com.facebook.FacebookSdk | |
| import com.facebook.LoggingBehavior | |
| import dagger.android.AndroidInjector | |
| import dagger.android.support.DaggerApplication | |
| import io.fabric.sdk.android.Fabric |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // ChatViewController.swift | |
| // PokeTrainerApp | |
| // | |
| // Created by Super on 7/30/16. | |
| // Copyright © 2016 iParth. All rights reserved. | |
| // | |
| import UIKit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // CoreHelper.swift | |
| // Permit | |
| // | |
| // Created by Miroslav on 6/28/16. | |
| // Copyright © 2016 Miroslav. All rights reserved. | |
| // | |
| import Foundation | |
| import CoreData |