Secure. Private. Offline.

Android & Cyber Security Developer specializing in secure, offline-first applications with a focus on privacy and encryption.

// SYSTEM INITIALIZED
>>> Loading GhostTalk v2.0.4...
>>> Security protocols: ACTIVE
>>> Encryption: AES-256/GCM
>>> P2P Network: READY
>>> System status: OPERATIONAL
connect --secure --offline --user anonymous

About Me

Monsif Hmouri (MONSTR-M1ND)

I am a dedicated Android developer and Cyber Security Researcher with a passion for creating secure, privacy-focused applications and tools. My expertise lies in Kotlin, Android Security, and building decentralized communication systems.

Security-First Mindset

Every application is built with security and privacy as the foundation, not an afterthought.

Bug Bounty Hunter

Active security researcher finding and reporting vulnerabilities in various systems.

Clean Code Advocate

Writing maintainable, efficient, and well-documented code in Kotlin and Python.

Technical Focus

My development work centers on secure communication, encryption, and peer-to-peer technologies that respect user privacy.

Android Security Kotlin Development Bug Bounty Secure Messaging Encryption Bluetooth/Wi-Fi Direct Offline-First Malware Analysis Python Tools Linux & Servers
// Secure messaging function fun sendSecureMessage(message: String, key: SecretKey) {   val cipher = Cipher.getInstance("AES/GCM/NoPadding")   cipher.init(Cipher.ENCRYPT_MODE, key)   val encrypted = cipher.doFinal(message.toByteArray())   // P2P transmission without servers   p2pConnection.send(encrypted) }

Technical Skills

Android Development

Expert in Kotlin and Android Studio for building modern, efficient Android applications with clean architecture and best practices.

kotlin --secure --android --optimized

Secure Messaging

Designing and implementing end-to-end encrypted communication systems with forward secrecy and authentication mechanisms.

encrypt --e2e --forward-secrecy --auth

Bug Bounty Hunting

Finding and reporting security vulnerabilities in web and mobile applications, with experience on platforms like Bugcrowd.

scan --vulnerabilities --report --bugcrowd

P2P Communication

Developing peer-to-peer communication systems that work without internet access using Bluetooth and Wi-Fi Direct.

connect --p2p --bluetooth --wifi-direct

Python Security Tools

Building security tools, automation scripts, and backend services with Python for various security applications.

python --tools --automation --security

Malware Engineering

Understanding malware behavior, reverse engineering, and developing defensive security measures.

analyze --malware --reverse-engineer --defense

GhostTalk - Secure Offline Messenger

In Development Stable v2.0.4

Secure P2P Messaging Without Internet

GhostTalk is a privacy-focused messaging application that works without an internet connection. It establishes direct, encrypted connections between devices for truly private communication.

$ ./ghosttalk --start
[+] Initializing secure channel...
[+] AES-256 encryption: ACTIVE
[+] P2P network: LISTENING
[+] No logs, no tracking, no cloud
[✓] System ready for secure communication

Offline Communication

Works via Bluetooth & Wi-Fi Direct without servers or internet

Ghost Center Encryption

Manual AES-256 encryption/decryption with Secure Vault

Ghost Tools

Morse SOS, Signal Radar for environment analysis

No Tracking

No analytics, no cloud, all data stays on device

Download APK Download APK (Version 2) Download APK (Version 3)

GhostTalk

Secure Offline Messaging

> Secure channel established
> Encryption: AES-256-GCM
> Key exchange: COMPLETE
> Connection: PEER-TO-PEER
> Status: SECURE
> Mode: OFFLINE

Secure message sent

Encrypted • Just now

Ghost message received

Decrypted • Just now

About The Developer

Monsif Hmouri

Monsif Hmouri

MONSTR-M1ND

Cyber Security Researcher & Android Developer

$ whoami
user: MONSTR-M1ND
role: Security Researcher
focus: Privacy & Encryption

Focus Areas

App Security Encryption P2P Systems Android Security Privacy Tools

Roles & Expertise

Bug Bounty Hunter Cyber Security Researcher Malware Engineer Security Tool Builder Android Security Developer

Projects & Tools

GhostTalk

Secure Offline P2P Messenger - Privacy-first communication without internet

SubMonsif

Security & Research Tool for reconnaissance and security testing

AES ENCRYPTOR v1.5.5

Encryption utility for secure data protection

Development Philosophy

"Security is not about secrecy — it's about trust, design, and verification. Building tools that empower users with privacy and control over their digital lives."

$ cat philosophy.txt
# Trust through transparency
# Security by design, not by default
# Privacy as a fundamental right
# Code that empowers, not enslaves

Project Status & Roadmap

Current Version: Stable v2.0.4

The project is in active development with focus on implementing secure P2P communication, encryption protocols, and core messaging functionality.

status --version 2.0.4 --active-development

Security Enhancements

Continuous improvement of security protocols, including key exchange mechanisms, encryption implementation, and vulnerability testing.

security --enhance --audit --continuous

Future Development

Planning for Mesh Networking, LoRa support (with external hardware), secure QR/NFC key exchange, and auto-encrypt messaging features.

roadmap --mesh --lora --qr-nfc --auto-encrypt

Beta Testing & Feedback

Currently gathering user feedback for improvements. Future beta releases planned with enhanced features and security audits.

test --beta --feedback --security-audit

Get In Touch

I'm available for freelance Android development projects, security consulting, bug bounty collaboration, or working on privacy-focused applications. Feel free to reach out.

$ ./contact --options
[+] Available for: Security Consulting
[+] Available for: Android Development
[+] Available for: Bug Bounty Collaboration
[+] Available for: Privacy-Focused Projects
[✓] Status: AVAILABLE

Email

For security research and collaboration

monstr-m1nd@bugcrowdninja.com

Telegram

For direct communication

@monstr_m1nd

GitHub

View my open-source projects

github.com/monsifhmouri
Download GhostTalk APK Now