Skip to content

Secure Medical Records Management system with encryption and access control, ensuring the confidentiality and integrity of patient data. Developed using Python with a focus on healthcare data protection standards.

License

Notifications You must be signed in to change notification settings

Ressal0/Medical-Records-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Medical Records Manager

Overview

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.

Features

  • 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.

Project Structure

The project consists of the following key files:

  1. aes_encryption.py:

    • Contains functions for AES encryption and decryption to ensure that medical records are securely stored and transmitted.
  2. medical-records-manager.py:

    • Manages medical records, enabling the creation, update, and deletion of records while ensuring data integrity and confidentiality.

Installation

To install and use this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ressal0/Medical-Records-Manager.git
    cd Medical-Records-Manager
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the project:

    python medical-records-manager.py

Usage

  1. Add or update medical records through the tool's interface.
  2. All data is encrypted using AES encryption to ensure privacy.
  3. Records can be retrieved and decrypted only by authorized users with access to the AES key.

Future Improvements

  • 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.

Contributors

This project was developed by:

License

This project is licensed under the MIT License.


About

Secure Medical Records Management system with encryption and access control, ensuring the confidentiality and integrity of patient data. Developed using Python with a focus on healthcare data protection standards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages