forked from helloworld1/FreeOTPPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
<string name="about_license">FreeOTP+ is licensed under %1$s.</string> | ||
<string name="about_website">詳細はこちら %s.</string> | ||
<string name="about_feedback">We welcome your feedback:<br/>• %1$s<br/>• %2$s</string> | ||
<string name="about_icons">このアプリケーションで使用されている一部のアイコンは、Android オープンソースプロジェクトで作成・共有されているアイコンを利用したもので、クリエイティブコモンズライセンス表示 2.5 一般 に記載されている条件に基づいて使用さてています。</string> | ||
<string name="about_icons">Some icons used by this application are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.</string> | ||
<string name="about_token_image">The token thumbnails token_image_*.xml in token-images library are from andOTP under <a href="https://github.com/andOTP/andOTP/blob/master/LICENSE.txt">MIT License</a>. Copyright © 2017-2020 Jakob Nixdorf. <[email protected]> Copyright © 2015 Bruno Bierbaumer</string> | ||
<string name="error_camera_open">カメラを開く際にエラーが発生しました。</string> | ||
<string name="delete_summary">これが最後のチャンスです。このトークンを削除すると、復元することは出来ません。サーバー上では無効化されません。</string> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
FreeOTP Plus forked the same functionality of FreeOTP provided by RedHat with the following enhancement: | ||
|
||
* 設定を Google ドライブやその他のドキュメントプロバイダにエクスポート | ||
* Google ドライブまたはその他のドキュメントプロバイダから設定をインポート | ||
* 安定性の向上 | ||
* Support Android 6.0 permissions. | ||
* ダークテーマに対応したマテリアルデザインでUIを強化 | ||
* Search bar to search token | ||
* Provide more token details for better interoperatibility with other apps | ||
* Utilize modern camera hardware to scan QR code faster | ||
* Option to require Biometric / PIN authentication to launch the app | ||
* Heuristic based offline icon for tokens of 250+ websites. | ||
* More settings to customize the app functionality | ||
|
||
FreeOTP is a two-factor authentication (2FA) application for systems utilizing one-time password protocols (OTP). | ||
Tokens can be added easily by scanning a QR-code or by manually entering in the token configuration. | ||
|
||
FreeOTP implements open standards. This means that no proprietary server-side component is necessary: | ||
use any server-side component that implements these standards — for example FreeIPA, which uses TOTP. | ||
Any standards-compliant implementation will work. | ||
Currently, FreeOTP provides implementations of HOTP (RFC 4226) and TOTP (RFC 6238). |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator |