Skip to content

πŸ”’ Securely encrypt your files with Raikage, a high-performance CLI tool using modern cryptography for strong protection and data integrity.

License

Notifications You must be signed in to change notification settings

Absolutewendeta/raikage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” raikage - Secure Your Files with Ease

πŸ› οΈ Overview

Welcome to raikage, a secure file encryption library and CLI tool. It uses advanced algorithms like ChaCha20-Poly1305 for encryption, Argon2id for password hashing, and Blake3 for fast hashing. This combination ensures your files remain safe from prying eyes.

🌟 Key Features

  • Strong encryption using ChaCha20-Poly1305.
  • Password security with Argon2id for hashing.
  • Fast hashing through Blake3.
  • User-friendly command line interface for easy access to all functions.
  • Cross-platform support, allowing use on various operating systems.
  • Lightweight library, making it efficient on resources.

πŸš€ Getting Started

To get started with raikage, you'll need to download the application. Follow the steps below:

  1. Download the latest version: Click the link below to visit the releases page and download the application.
    Download raikage

  2. Choose your file: On the releases page, you will find various files for different operating systems. Select the one that matches your system (e.g., Windows, macOS, Linux).

  3. Download the file: Click on the file link to download it directly to your computer.

πŸ“₯ Download & Install

After you download the application, follow these steps to install and run it:

  1. Locate the downloaded file: Find the file you just downloaded in your computer's download folder or the location you chose.

  2. Run the application:

    • For Windows: Double-click the .exe file.
    • For macOS: Open the .dmg file and drag the application to your Applications folder.
    • For Linux: Open a terminal, navigate to the download location, and use the command chmod +x [your-file-name] followed by ./[your-file-name] to run it.
  3. Follow on-screen instructions: Once the application opens, it will guide you through the encryption or decryption process.

πŸ” System Requirements

  • Operating System: Windows 10 or higher, macOS 10.15 or higher, or any modern Linux distribution.
  • RAM: At least 2 GB recommended.
  • Storage: A minimum of 50 MB of available disk space.

⌨️ Using raikage

raikage operates mainly through the command line. Below are some basic commands to get you started:

Encrypting a File

raikage encrypt <input-file> <output-file> --password <your-password>

Decrypting a File

raikage decrypt <input-file> <output-file> --password <your-password>

Make sure to replace <input-file>, <output-file>, and <your-password> with the correct paths and your preferred password.

πŸ“š Documentation

For a more in-depth understanding of raikage, including advanced features and options, please refer to our detailed documentation, which can also be found in the releases section.

πŸ“ž Support

If you encounter any issues while using raikage, or if you have questions, feel free to reach out. Our community is here to help. You can create an issue on the Issues page of this repository for assistance.

Thank you for using raikage! Your commitment to securing your files is commendable. Enjoy using our tool, and don't hesitate to explore all its features.

πŸ”— For More Information

Return to the raikage GitHub Releases Page to download the latest version and check for updates.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages