Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brodante committed May 7, 2024
2 parents d3bd4c9 + efc0493 commit 7f349f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# KeyGuardian

KeyGuardian is a comprehensive security tool designed to enhance data protection and management. It offers a suite of functionalities including data encryption, decryption, hash identification, and a brute-force decryption feature, all powered by Python. This tool is tailored for developers and security enthusiasts, providing a reliable solution for securing and managing sensitive information.
KeyGuardian is a comprehensive security tool designed to enhance data protection and management. It offers a suite of functionalities including data encryption, decryption, hash identification, and a user-friendly interface for developers and security enthusiasts, providing a reliable solution for securing and managing sensitive information.


![KeyGuardian Main Interface](https://github.com/brodante/KeyGuardian/blob/main/assets/main_menu.PNG?raw=true)

## Features

- **Data Encryption:** Securely encrypt your sensitive data using advanced encryption algorithms.
- **Data Encryption:** Securely encrypt your sensitive data using advanced encryption algorithms and automatically save the key.
- **Data Decryption:** Decrypt encrypted data using the appropriate key.
- **Hash Identification:** Identify the hash type of provided hashes, leveraging a slightly modified version of Zion3R's hash-identifier.
- **Hashify:** Convert plain text into a hash, supporting the top 20 most frequent hashes. Currently under development.
- **Hashify:** Convert plain text into a hash, supporting the top 20 most frequent hashes. <ins>Currently under development</ins>.
- **User-Friendly Interface:** Features a user-friendly command-line interface for easy interaction.
- **Dark/Light Mode:** Toggle between dark and light modes for a comfortable user experience.

Expand Down

0 comments on commit 7f349f3

Please sign in to comment.