.WRAITH 文件扩展名
Wraith Encrypted File
| 开发者 | Rainb0wJagu4r |
| 受欢迎程度 |
4.5 | 4 票 |
什么是 WRAITH 文件?
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.
更多信息
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.
如何打开 WRAITH 文件
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.