No description
Find a file
2025-01-24 17:24:02 +01:00
src feat: add partly returning statements and remove DecryptionResult 2025-01-24 17:21:08 +01:00
test feat: add partly returning statements and remove DecryptionResult 2025-01-24 17:21:08 +01:00
.gitignore feat: support chunked data 2024-12-21 16:29:06 +01:00
build.rs Initial commit 2024-12-21 15:12:38 +01:00
build.sh feat: add partly returning statements and remove DecryptionResult 2025-01-24 17:21:08 +01:00
Cargo.lock chore: increment version 2025-01-24 17:24:02 +01:00
Cargo.toml chore: increment version 2025-01-24 17:24:02 +01:00
LICENSE chore: change license to comply with https://github.com/mossblaser/signal_for_android_decryption 2024-12-24 18:58:36 +01:00
Readme.md perf: ignore everything except sql statements 2024-12-24 18:43:51 +01:00

signal-decrypt-backup-rust

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

This port was done for speed improvements and easier integration with wasm. A big part was done using AI.

The cli version is available at https://git.duskflower.dev/duskflower/signal-decrypt-backup-rust

Build

You need wasm-pack installed. If you don't have it installed, you can install it using cargo install wasm-pack

wasm-pack build --target web

This will generate the usable js and wasm file in ./pkg