Was ist das REDDITVAULT-Dateiformat?
Eine .redditvault-Datei ist ein verschlüsseltes Backup der Wiederherstellungsphrase für eine Reddit Vault-Wallet. Reddit Vault ist die in die Reddit-Apps für Android und iOS integrierte Krypto-Wallet. Sie enthielt Community-Punkte wie Moons und Bricks sowie Collectible Avatars, die alle auf dem Arbitrum Nova Ethereum Layer-2-Netzwerk laufen.
Wenn Sie einen Vault erstellt haben, generierte die App eine eindeutige 12-Wörter-Wiederherstellungsphrase im BIP-39-Mnemonic-Stil. Während der Einrichtung wurden Sie aufgefordert, die Phrase aufzuschreiben und ein Cloud-Backup zu speichern. Dieses Backup ist die .redditvault-Datei, die auf Ihr eigenes Google Drive unter Android oder iCloud unter iOS hochgeladen wurde. Im Inneren enthält die Datei .json-Text, der die Verschlüsselungsmethode und die verschlüsselte Version der Phrase aufzeichnet. Die Seed-Wörter selbst werden niemals im Klartext gespeichert.
Sicherheit
RISIKO: HIGHA .redditvault file protects access to a crypto wallet. Although the recovery phrase inside is encrypted, anyone who obtains the file plus the password or cloud credentials could attempt to restore the wallet. Keep it private, never share it, and do not upload it to untrusted services. The file itself is not executable and carries no malware risk, but its contents are sensitive.
Formatdetails
kurz gefasstProgramme zum Öffnen von REDDITVAULT-Dateien
.redditvault file to inspect the raw JSON structure; the encrypted recovery phrase stays unreadable. Technische Details
technische Spezifikation| Encoding | UTF-8 text |
| Container | JSON object |
| Encryption | The 12-word recovery phrase is encrypted before being written. The JSON records the encryption method used and the resulting ciphertext of the phrase, so the mnemonic is never stored in cleartext. |
| Byte order | N/A (text format) |
| Typical size | Under 5 KB |
| Structure | A small JSON object holding the encrypted recovery phrase together with metadata describing the encryption type. Opening it in a text editor shows the JSON but not the readable seed words. |
| Integrity | The underlying 12-word phrase follows the BIP-39 mnemonic scheme, which includes a built-in checksum word; the .redditvault wrapper itself has no separate integrity hash. |
| Platforms | Android, iOS |
| Notes | Reddit Vault was the in-app crypto wallet used for Community Points (Moons and Bricks) and Collectible Avatars, built on the Arbitrum Nova Ethereum layer-2 network. Reddit wound down Community Points in 2023, but existing backup files and the recovery flow remained in the app. |
| Storage Location | Uploaded to the user's own cloud account, either Google Drive (Android) or iCloud (iOS), during Vault setup. |
| Veröffentlicht | 2022 |
REDDITVAULT-Konvertierungen
Community Q&A
von Nutzern gefragtNoch keine Fragen - stellen Sie die erste Frage zu REDDITVAULT-Dateien.