Skip to content

Releases: AshhadDevLab/enigma-guard

Enigma Guard - Version 1.2.0

28 Dec 16:47
9ddf371
Compare
Choose a tag to compare

What's Changed

  • Commit: main python file 📄| Added bg and font color for labels by @AshhadDevLab in #3
  • Commit: main python file 📄| Changes GitHub button link by @AshhadDevLab in #5

Full Changelog: v1.1.0...v1.2.0

Enigma Guard - Version 1.1.0

27 Dec 18:19
61e75eb
Compare
Choose a tag to compare

What's Changed

Reason

Added resolution and decreased execution time to make user-interactivity more easy.

Full Changelog: v1.0.0-beta...v1.1.0

Enigma Guard v1 - Alpha

24 Dec 20:13
b3d7d09
Compare
Choose a tag to compare
Pre-release

Enigma Guard v1.0 - Alpha

Enigma Guard presents a robust encryption and decryption tool ensuring top-notch security for your valuable data. This version introduces fundamental features for effortless data protection.

Features

  • 🔒 Robust Encryption: Secure files and messages using powerful cryptographic algorithms.
  • 🔓 Decryption: Seamlessly decrypt encrypted data for authorized access.

Highlights

  • Versatility: Protect a wide range of data types effectively.
  • 🚀 Ease of Use: Intuitive encryption and decryption processes.
  • 🎯 Foundational Security: Establishes a strong security foundation.

Quickstart

Installation via pip

Ensure Python and pip are installed. Use the following command for installation:

pip install enigmaguard

Running Enigma Guard

For Windows:

python -m enigma-guard.py

For macOS or Linux:

python3 -m enigma-guard.py

Execute these commands to run Enigma Guard and start encrypting and decrypting your files seamlessly.

For detailed instructions, consult the full documentation.