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.
- 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.
To get started with raikage, you'll need to download the application. Follow the steps below:
-
Download the latest version: Click the link below to visit the releases page and download the application.
-
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).
-
Download the file: Click on the file link to download it directly to your computer.
After you download the application, follow these steps to install and run it:
-
Locate the downloaded file: Find the file you just downloaded in your computer's download folder or the location you chose.
-
Run the application:
- For Windows: Double-click the
.exefile. - For macOS: Open the
.dmgfile 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.
- For Windows: Double-click the
-
Follow on-screen instructions: Once the application opens, it will guide you through the encryption or decryption process.
- 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.
raikage operates mainly through the command line. Below are some basic commands to get you started:
raikage encrypt <input-file> <output-file> --password <your-password>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.
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.
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.
Return to the raikage GitHub Releases Page to download the latest version and check for updates.