Skip to content

Message Encryptor using facial based entity authentication.

Notifications You must be signed in to change notification settings

HauseMasterZ/face-encryptor

Repository files navigation

face-encryptor

Home Page

Face Encryptor is a message encryptor that enhances the security of AES-256 encryption by incorporating additional security measures such as randomized salt and pepper, as well as a HMAC (Hash-based Message Authentication Code) salt.

Installation

To clone the repository and install the required dependencies, please run the following command:

pip install -r requirements.txt

If you prefer to install using an executable file, you can download the pre-built executable that includes all the necessary dependencies.

Features

  • AES-256 encryption for secure message encryption.
  • Randomized salt and pepper to enhance encryption security.
  • HMAC salt for message integrity verification.
  • Simple and intuitive user interface built with Tkinter.
  • Face recognition for additional security layer.

Usage

  1. Launch the Face Encryptor application.
  2. Enter your message in the provided text box.
  3. Click the "Train Model" button to train your face.
  4. Click the "Encrypt" button to encrypt the message.
  5. To decrypt the message, click the "Decrypt" button and provide the correct encryption key.
  6. The decrypted message will be displayed on the screen.

Contributing

Contributions to the Face Encryptor project are welcome! If you have any bug reports, suggestions, or improvements, please feel free to submit a pull request or open an issue on the GitHub repository.

License

This project is licensed under the MIT License.

Acknowledgements

  • Tkinter - Python's standard GUI package.
  • cryptography - Library for secure cryptography operations.

Thank you for your interest in the Face Encryptor project. If you have any questions or need further assistance, please don't hesitate to reach out.