Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

80 lines
2.9 KiB
Markdown

<img align="left" width="80" height="80" src="github/mauth.png"
alt="App icon">
# Mauth
[![CI](https://img.shields.io/github/workflow/status/X1nto/Mauth/Build%20APK?color=blue&style=for-the-badge)](https://github.com/X1nto/Mauth/actions?query=branch%3Amaster)
[![F-Droid](https://img.shields.io/f-droid/v/com.xinto.mauth.svg?logo=F-Droid&color=green&style=for-the-badge)](https://f-droid.org/en/packages/com.xinto.mauth)
[![Releases](https://img.shields.io/github/release/X1nto/Mauth.svg?logo=github&color=171515&style=for-the-badge)](https://github.com/X1nto/Mauth/releases)
Mauth (pronounced Moth) is a Two-Factor Authentication app with support for TOTP and HOTP (coming soon) and compatibility with Google Authenticator.
Logo by @wingio
# Inspiration
While there are many 2FA authenticator apps out there, most of them come with an outdated UI/UX and functionality. Mauth aims to be as intuitive and feature-rich as possible, while also providing a beautiful Material You UI.
# Features
- [x] Compatibility with Google Authenticator
- Security
- [ ] Biometrics
- [ ] Password
- Ways to add your accounts
- [x] Scanning a QR code
- [x] Using a camera
- [x] From an image
- [x] Manually
- Algorithms
- [x] TOTP
- [x] HOTP
- Organization
- [ ] Search
- [ ] Sorting
- [ ] Grouping
- [x] Editing
- [x] Deletion
- Exporting
- [ ] Plain text
- [ ] Encrypted data
- Importing
- [ ] Google Authenticator
- [ ] Authy
- [ ] Aegis
- [ ] Microsoft Authenticator
# Screenshots
<img width=200 alt="Screenshot 1"
src="github/screenshot_1.png?raw=true">
<img width=200 alt="Screenshot 2"
src="github/screenshot_2.png?raw=true">
<img width=200 alt="Screenshot 3"
src="github/screenshot_3.png?raw=true">
<img width=200 alt="Screenshot 4"
src="github/screenshot_4.png?raw=true">
<img width=200 alt="Screenshot 5"
src="github/screenshot_5.png?raw=true">
<img width=200 alt="Screenshot 6"
src="github/screenshot_6.png?raw=true">
<img width=200 alt="Screenshot 7"
src="github/screenshot_7.png?raw=true">
# Download
Mauth is available on F-Droid and GitHub Releases page.
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75">](https://f-droid.org/en/packages/com.xinto.mauth)
[<img src="github/get_it_on_github.png" height="75">](https://github.com/X1nto/Mauth/releases)
# License
```
Mauth is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```