Metadata-Version: 2.1
Name: SafeKeyGuard
Version: 1.0.0
Summary: A secure key management tool for encrypting and decrypting sensitive data
Home-page: https://github.com/symulacr/SafeKeyGuard
Author: symulacr
Author-email: mail@symulacr.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography
Requires-Dist: requests

# SafeKeyGuard

SafeKeyGuard is a secure tool designed to safeguard private cryptographic keys. It provides users with a secure and encrypted backup file, allowing them to store their keys safely. The tool also includes key restoration functionality from the backup.

## Features

- **Secure Backup**: Safely store private keys in an encrypted backup file.
- **Key Restoration**: Restore keys from the encrypted backup.
- **User-Friendly Interface**: Easy-to-use interface for key backup and restoration.
- **Multi-Platform Support**: Compatible with Windows, macOS, and Linux.

## Installation

### Windows

1. Download the latest release from the [Releases](https://github.com/symulacr/SafeKeyGuard/releases) page.
2. Run the installer and follow the on-screen instructions.
3. Launch SafeKeyGuard from the Start menu.

### macOS

1. Install Homebrew if not already installed: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
2. Install SafeKeyGuard: `brew install safekeyguard`
3. Launch SafeKeyGuard from the Terminal: `safekeyguard`

### Linux

1. Install SafeKeyGuard using your package manager (e.g., `apt`, `yum`, `pacman`): `sudo apt install safekeyguard`
2. Launch SafeKeyGuard from the command line: `safekeyguard`

## Usage

1. Launch SafeKeyGuard.
2. Select the option to backup or restore keys.
3. Follow the on-screen instructions to complete the process.

## License

SafeKeyGuard is licensed under the [MIT License](LICENSE).
