The Medical Records Manager is a Python-based tool designed to securely handle medical records using AES encryption for data protection. This project was developed as a collaborative effort between Ressal0 and Mido-Hyuga.
- AES Encryption: Securely encrypts sensitive medical data.
- Medical Record Management: Handles storage, retrieval, and updates of medical records in a secure manner.
- User-Friendly: Simple and easy to use, with a focus on privacy and security.
The project consists of the following key files:
-
aes_encryption.py
:- Contains functions for AES encryption and decryption to ensure that medical records are securely stored and transmitted.
-
medical-records-manager.py
:- Manages medical records, enabling the creation, update, and deletion of records while ensuring data integrity and confidentiality.
To install and use this project, follow these steps:
-
Clone the repository:
git clone https://github.com/Ressal0/Medical-Records-Manager.git cd Medical-Records-Manager
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the project:
python medical-records-manager.py
- Add or update medical records through the tool's interface.
- All data is encrypted using AES encryption to ensure privacy.
- Records can be retrieved and decrypted only by authorized users with access to the AES key.
- UI Development: Building a more user-friendly graphical interface for easier management of medical records.
- Cloud Storage: Integration with cloud storage services for remote access and storage.
- Multi-user Support: Enhancements for supporting multiple users with different access levels.
This project was developed by:
This project is licensed under the MIT License.