Skip to content

arshmalkana/VIP_Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIP Admin 📱🔐

An Android application experiment exploring time-based access control, secure file handling, and dynamic code loading.
This project was built to study concepts in application security, protection, and controlled access on Android.


✨ Features

  • Time-based access control using login tokens
  • 🔑 Secure download, extraction, and local storage of files
  • ⚙️ Experimented with remote code execution and dynamic loading to simulate advanced app protection strategies
  • 📂 Gradle-based Android project structure

🛠️ Tech Stack

  • Language: Java / Kotlin (Android Studio project)
  • Build System: Gradle
  • Security Concepts:
    • Token-based authentication
    • Encrypted file handling
    • Runtime class loading

🚀 Getting Started

Prerequisites

  • Android Studio (latest version)
  • Java JDK 8+
  • Android SDK and build tools

Clone and build

git clone https://github.com/arshackerofficial/VIP_Admin.git
cd VIP_Admin
  1. Open the project in Android Studio.
  2. Let Gradle sync and resolve dependencies.
  3. Build and run the app on an emulator or device.

📂 Project Structure

app/                  # Main Android app module
gradle/               # Gradle wrapper files
.idea/                # IDE project settings
build.gradle          # Root Gradle config
settings.gradle       # Project settings

📖 Learning Goals

  • Understanding secure authentication flows on mobile apps
  • Implementing controlled access to resources via time-limited tokens
  • Exploring dynamic code execution techniques and risks in Android apps
  • Practicing secure storage and extraction workflows

⚠️ Disclaimer

This app is a learning project for Android security concepts. It is not a production-ready application and should not be used for sensitive or malicious purposes.


👨‍💻 Author

  • Arsh – Android developer and security enthusiast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages