Pascii is a secure, open-source password manager built with Flutter.
It features biometric authentication, AES-256 encryption, and 100% offline storage — putting your privacy and security first.
| Security | Convenience | Extras |
|---|---|---|
| 🔐 AES-256 Encryption | 📱 Biometric Auth | 🎨 Custom Themes |
| 🚫 100% Offline | 🔄 One-Tap Copy | 📊 Strength Analyzer |
| 🔑 Secure Key Storage | 📝 Rich Notes |
| Home Screen | Create Password | View Password |
|---|---|---|
![]() |
![]() |
![]() |
| Password Generator | Quick Actions |
|---|---|
![]() |
![]() |
- Flutter SDK (3.19.0 or later)
- Android Studio/Xcode for development
- Java JDK 17+ (for Android builds)
# 1. Clone the repository
git clone https://github.com/cxuri/pascii.git
cd pascii
# 2. Initialize Flutter project
flutter create .
# 3. Install dependencies
flutter pub get
# 4. Run the app
flutter runkeytool -genkey -v -keystore ~/upload-keystore.jks -keyalg RSA -keysize 2048 -validity 10000 -alias uploadstorePassword=your_store_password
keyPassword=your_key_password
keyAlias=upload
storeFile=../upload-keystore.jksflutter build apk --release
# or for app bundle:
flutter build appbundleAPK: build/app/outputs/flutter-apk/app-release.apk app Bundle: build/app/outputs/bundle/release/app-release.aab
We welcome all contributions! Here's how:
- Fork the repository
- Create your feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing feature' - Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request
flutter analyze
flutter test
flutter format .Distributed under the MIT License. See LICENSE for more information.
Love Pascii? Here's how you can help:
- ⭐ Star the repository
- 🐛 Report bugs or suggest features
- 📣 Share with your network
- ☕ Buy me a coffee
Built with ❤️ by @cxuri · Privacy by design




