.WRAITH File Extension
Wraith Encrypted File
| Developer | Rainb0wJagu4r |
| Popularity |
4.3 | 3 Votes |
What is a WRAITH file?
A WRAITH file is an encrypted file created by Project Mirage, an open-source desktop encryption application that protects files stored on a local computer. It contains a single file encrypted with AES-256-GCM and the Mirage-C4 encryption system, protected by a password the creator specifies during encryption.
More Information
Project Mirage is intended for users who need to encrypt sensitive files, such as documents, multimedia files, and backups, locally rather than upload them to an online encryption service. It provides a standalone Rust command-line program for encrypting and decrypting files. Users can create a WRAITH file from a file such as a .PDF and later restore the original file by providing the password.
The Mirage-C4 v2 system combines four encryption layers and uses password-based key derivation to generate encryption keys. The project also supports integrity verification, file-size obfuscation, expiration timestamps, and hardware-based decryption restrictions.
How to open a WRAITH file
You can open WRAITH files with Project Mirage. To open a WRAITH file, you must enter the password used to create the archive.
The project's command-line utility includes a decrypt command specifically for WRAITH files. Project Mirage is available as a local web application during development and can also be packaged as a standalone desktop application using Electron.