Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.34 KB

File metadata and controls

47 lines (31 loc) · 1.34 KB

Nidhi-Rakshak

Nidhi-Rakshak Logo

About the App

Nidhi-Rakshak is a comprehensive banking security compliance application developed for the IIEST UCO Bank Hackathon 2025. The app provides robust device security assessment, app security analysis, and regulatory compliance monitoring for financial applications.

Key Features

  • Device Security Assessment: Detection of rooted/jailbroken devices, emulators, and other system security threats
  • App Security Analysis: Scans installed apps for suspicious permission usage and security risks
  • Compliance Monitoring: Ensures adherence to RBI and NPCI regulatory guidelines
  • Security Dashboard: Clean, intuitive interface showing security status and threats
  • Risk Assessment: Sophisticated analysis of app permissions and security risks

Development

Setup

  1. Ensure Flutter is installed and configured
  2. Clone the repository
  3. Run flutter pub get to install dependencies
  4. Generate app icons with flutter pub run flutter_launcher_icons

Building the App

To build an APK:

flutter build apk

The APK will be generated at:

build/app/outputs/apk/release/app-release.apk

Running the App

flutter run

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.