EasyToken
RSA SecurID-compatible software token for Android
File Explorer
Download Latest Version (.zip)- org.eclipse.jdt.core.prefs
- .gitignore
- fetch.sh
- Makefile
- stoken
- acra-4.5.0.jar
- fade_in.xml
- fade_out.xml
- fragment_slide_left_enter.xml
- fragment_slide_left_exit.xml
- fragment_slide_right_enter.xml
- fragment_slide_right_exit.xml
- file.png
- folder.png
- rect.xml
- rounded_rect.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- activity_about.xml
- activity_help.xml
- activity_main.xml
- file_dialog.xml
- file_dialog_inline.xml
- file_dialog_main.xml
- file_dialog_row.xml
- fragment_devid.xml
- fragment_getting_started.xml
- fragment_import_confirm.xml
- fragment_import_instructions_uri.xml
- fragment_import_manual_entry.xml
- fragment_import_method.xml
- fragment_import_unlock.xml
- token_diag_info.xml
- widget.xml
- widget_keyguard.xml
- main.xml
- arrays.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- dimens.xml
- styles.xml
- styles.xml
- settings.xml
- widget_info.xml
- feature-graphic.jpg
- screenshot-0.png
- screenshot-1.png
- screenshot-2.png
- screenshot-3.png
- Application.java
- BareActivity.java
- DevidFragment.java
- GettingStartedFragment.java
- ImportActivity.java
- ImportConfirmFragment.java
- ImportInstructionsFragment.java
- ImportManualEntryFragment.java
- ImportMethodFragment.java
- ImportUnlockFragment.java
- MainActivity.java
- MarkupFragment.java
- Misc.java
- SettingsFragment.java
- TokencodeBackend.java
- TokencodeFragment.java
- TokencodeWidget.java
- TokencodeWidgetService.java
- TokenInfo.java
- IntentIntegrator.java
- IntentResult.java
- FileSelect.java
- FileSelectionFragment.java
- InlineFileTab.java
- .classpath
- .gitignore
- .gitmodules
- .project
- .travis.yml
- AndroidManifest.xml
- build.xml
- CHANGES
- COPYING
- ic_launcher-web.png
- proguard-project.txt
- project.properties
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cernekee/EasyToken
Downloads the entire project code from GitHub to your computer.
cd EasyToken
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make -C external NDK=/opt/android-ndk-r10d
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
