https://github.com/thunder-coding/cipher_guardian
A password-manager for Android and iOS with TOTP support
https://github.com/thunder-coding/cipher_guardian
Last synced: 11 months ago
JSON representation
A password-manager for Android and iOS with TOTP support
- Host: GitHub
- URL: https://github.com/thunder-coding/cipher_guardian
- Owner: thunder-coding
- Created: 2025-04-12T04:30:36.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-04-12T08:36:49.000Z (12 months ago)
- Last Synced: 2025-04-12T09:22:16.768Z (12 months ago)
- Language: C++
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cipher_guardian
Welcome to Cipher Guardian, a privacy-focused password manager and TOTP application for Android and iOS devices.
## Features
- **Encrypted Security**: Fully encrypted password and TOTP vault
- **Secure Storage**: Uses your device's OS secure storage mechanisms
- **Biometric Protection**: Requires biometric authentication to access your credentials
- **2FA Support**: Handles both TOTP and HOTP generation for two-factor authentication
- **Password Generation**: Built-in tools to create strong passwords
- **Complete Privacy**:
- Works entirely offline
- No internet connection required
- No advertisements
- No tracking or analytics
## Build Instructions
The project is built using Flutter. To build the project, you need to have Flutter installed on your machine. You can follow the instructions on the [Flutter website](https://flutter.dev/docs/get-started/install) to install Flutter.
```bash
# Clone the repository
git clone https://github.com/thunder-coding/cipher_guardian.git
cd cipher_guardian
# Install dependencies
flutter pub get
# Build the project
# For Android
flutter build apk --release
# For iOS
flutter build ios --release
```
## Screenshots