Skip to content

This is an awesome two-factor authenticator for Android which supports dropbox.一款简洁的 Android 双因素身份验证器,支持Dropbox备份

License

Notifications You must be signed in to change notification settings

Robert-Stackflow/CloudOTP

Repository files navigation

Introduction

This is a awesome two-factor authenticator for Android which supports dropbox.

The algorithm part comes from https://github.com/freeotp/freeotp-android.

Highlights

  • Support TOTP and HOTP
  • Support manual filling and QR code scanning to add tokens
  • Support import/export of JSON/URI file
  • Support import/export of encrypted files (using standard AES-256 algorithm)
  • Support backing up encrypted files to Dropbox
  • Support password lock and biometric identification
  • Support dark mode and switching theme colors
  • Support sort;batch export;batch delete
  • Support multiple languages: English, Simplified Chinese, Traditional Chinese, Japanese

Screenshots

Light ModeDark ModeAdd Token

SettingThemeLock

Export and  ImportDropbox

TODO

  • Support Google Drive
  • Support WebDAV services such as Box
  • Support more encryption algorithms
  • Support encrypting local SQLite database
  • Support desktop widgets(No longer implemented due to security considerations)

Known Bugs

  • When exporting a file, if you overwrite an existing file, the original article content cannot be cleared.
  • When importing an encrypted file, if the file name is illegal (such as containing spaces), the import will fail.