Skip to content

Inn0vision/GeoCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GeoSecureEncrypt - Location-Based AES Encryption Tool

A cybersecurity prototype demonstrating geo-location based encryption using AES-GCM with SHA-256 key derivation.

🎯 Purpose

Educational demonstration for college cybersecurity project showing how location-based encryption can be implemented using industry-standard cryptographic algorithms.

``bash python3 -m venv geo_encrypt_env source geo_encrypt_env/bin/activate # On Windows: geo_encrypt_env\Scripts\activate


### 2. Install dependencies
```bash
pip install pycryptodome
# or
pip install -r requirements.txt

About

Cyber Securtiy Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages