Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

Add project description #19

Merged
merged 1 commit into from
Jan 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Free OTP NFC tokens
This fork enables the Free OTP app to work with external NFC tokens.

1. [Description](#description)
2. [Usage](#usage)
3. [Development](#development)
4. [References](#references)

# Description <a name="description"></a>
This forked repository contains a code contribution to the Free OTP Android app
that enabled the app to work with external NFC tokens for storing OTP secrets.

## Motivation<a name="motivation"></a>
During 2014 Fidesmo did a developer outreach to help make apps open source apps
more secure by using external NFC tokens for storing sensitive data. This fork
was created as a proposal for the Free OTP Android app project to consider but
it was never merged into the main project.

# Usage <a name="usage"></a>
Run the project with Android Studio.

# Development <a name="development"></a>
This project is developed using Android Studio.

# References <a name="references"></a>
[The Free OTP Android app project repo](https://github.com/freeotp/freeotp-android)