An open API service indexing awesome lists of open source software.

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

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