Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anexia/ios-anexia-authenticator
Authenticator App mit One-Time Password (OTP) Generator.
https://github.com/anexia/ios-anexia-authenticator
Last synced: about 2 months ago
JSON representation
Authenticator App mit One-Time Password (OTP) Generator.
- Host: GitHub
- URL: https://github.com/anexia/ios-anexia-authenticator
- Owner: anexia
- License: gpl-3.0
- Created: 2024-02-21T09:08:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T13:17:46.000Z (10 months ago)
- Last Synced: 2024-03-27T11:57:55.638Z (10 months ago)
- Language: Swift
- Homepage:
- Size: 229 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anexia Authenticator for iOS
Anexia Authenticator is an open-source Time-based One-Time Password (TOTP) app designed to secure your online accounts. It generates time-sensitive codes that act as a second factor for your logins, significantly reducing the risk of unauthorized access. Anexia Authenticator is based on the project [2FAS iOS](https://github.com/twofas/2fas-ios).
## Features
- Support for time-based one-time passwords (TOTP) and HMAC-based on-time passwords (HOTP)
- Compatible with any service that supports the TOTP and HOTP standard## Installation
1. Download the app from the [app store](https://apps.apple.com/at/app/anexia-authenticator/id1358602833).
2. Install the app on your device.
3. Follow the on-screen instructions to set up your online accounts.## Getting started
The following steps will help if you want to work on the application.
### Prerequirements
- XCode 15
- iOS Version >= 16.4### Installation
1. Clone the repository
2. Build the app in XCode
3. Start working and debugging
4. Run the app## Contributing
Contributions are welcome!
Because the project is a clone of the 2fas project, if you would like to contribute, please see [2FAS-iOS](https://github.com/twofas/2fas-ios)## List of developers
- Bettina Kelhar , Technical Leader Mobile
## License
This project is published with the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).