https://github.com/egressks/safe-locker
safelocker is a secure and encrypted storage application that enables users to store and manage sensitive information like passwords, contacts, media, documents, and confidential notes. It ensures top-tier security with encryption, authentication, and cloud backup options.
https://github.com/egressks/safe-locker
ase encryption-decryption expo-cli jwt-authentication mysql nodejs react-native tawilwindcss
Last synced: 28 days ago
JSON representation
safelocker is a secure and encrypted storage application that enables users to store and manage sensitive information like passwords, contacts, media, documents, and confidential notes. It ensures top-tier security with encryption, authentication, and cloud backup options.
- Host: GitHub
- URL: https://github.com/egressks/safe-locker
- Owner: EgressKS
- License: apache-2.0
- Created: 2025-03-07T08:37:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:03:15.000Z (about 1 year ago)
- Last Synced: 2025-03-16T18:55:00.636Z (about 1 year ago)
- Topics: ase, encryption-decryption, expo-cli, jwt-authentication, mysql, nodejs, react-native, tawilwindcss
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safelocker
Safelocker is a secure and encrypted storage application that enables users to store and manage sensitive information like passwords, contacts, media, documents, and confidential notes. It ensures top-tier security with encryption, authentication, and cloud backup options.
## 🚀 Features
- **🔐 Password Management** – Securely store and manage passwords for Gmail, social media, gaming, and more.
- **📞 Contact Storage** – Save and protect important phone numbers.
- **🖼️ Media & Document Storage** – Upload, encrypt, and manage photos, videos, and documents.
- **📝 Secret Notes** – Write and encrypt confidential notes.
- **🛡️ Secure Encryption** – AES-256 encryption for data at rest and in transit.
- **🔑 User Authentication** – JWT-based authentication for secure access.
- **☁️ Cloud Backup (Optional)** – Sync and access data across multiple devices.
- **🔍 Search & Organization** – Easily search, categorize, and retrieve stored data.
---
## 🏗 Tech Stack
- **Mobile App:** React Native (Expo)
- **Backend:** Node.js, Express.js
- **Database:** MySQL + MongoDB + Redis (for caching)
- **Authentication:** JSON Web Tokens (JWT)
- **File Storage:** Cloudinary (for media storage)
- **Encryption:** AES-256 encryption for securing user data
---
## 📌 Installation Guide
### Prerequisites
Ensure you have the following installed on your system:
- Node.js
- MySQL
- MongoDB
- Redis (recommended for caching)
### 🔧 Setup Instructions
1. **Clone the repository:**
```sh
git clone https://github.com/EgressKS/safe-locker.git
cd Safelocker
```
2. **Install dependencies:**
```sh
cd backend
npm install
cd ../mobile-app
npm install
```
3. **Configure environment variables:**
Create a `.env` file in the root directory and add the following:
```sh
MONGODB_URI=your_mongodb_connection_string
MYSQL_HOST=your_mysql_host
MYSQL_USER=your_mysql_user
MYSQL_PASSWORD=your_mysql_password
MYSQL_DATABASE=your_mysql_database
JWT_SECRET=your_jwt_secret_key
REDIS_HOST=your_redis_host
CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name
CLOUDINARY_API_KEY=your_cloudinary_api_key
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
```
4. **Start the backend server:**
```sh
cd backend
npm run dev
```
5. **Start the mobile app (React Native with Expo):**
```sh
cd client
npm install
npm run dev
```
---
## 📂 GitHub Repository Structure
```sh
safe-locker/
│── backend/ # Node.js & Express backend
│── client/ # React Native app using Expo
│── README.md # Project documentation
```
---
## 🤝 Contributing
We welcome contributions! Feel free to submit issues, feature requests, or contribute via pull requests.
---
## 📜 License
This project is licensed under the **Apache License 2.0**.
---
## 👤 Author
**Krishna Sumit**\
If you find this project useful, consider giving it a ⭐ on GitHub!