No description
Find a file
2024-12-24 18:58:28 +01:00
src doc: mention AI use, add recommended fields to Cargo.toml 2024-12-24 18:50:47 +01:00
.gitignore Initial commit 2024-12-21 15:05:51 +01:00
build.rs Initial commit 2024-12-21 15:05:51 +01:00
Cargo.lock Initial commit 2024-12-21 15:05:51 +01:00
Cargo.toml chore: change license to comply with https://github.com/mossblaser/signal_for_android_decryption 2024-12-24 18:58:28 +01:00
LICENSE chore: change license to comply with https://github.com/mossblaser/signal_for_android_decryption 2024-12-24 18:58:28 +01:00
Readme.md doc: mention AI use, add recommended fields to Cargo.toml 2024-12-24 18:50:47 +01:00

signal-decrypt-backup-rust

A port of https://github.com/mossblaser/signal_for_android_decryption in Rust.

This port was done for speed improvements and easier integration with wasm. It was almost completely done by an AI.

The wasm version, which works quite differently but is based on this one, is available at https://git.duskflower.dev/duskflower/signal-decrypt-backup-wasm

Build

cargo build

cargo run --release

Usage

./target/release/signal-decrypt-backup-rust <backup_file> [output_directory] [-p PASSPHRASE]

If no passphrase is provided, you will be asked for it.