No description
Find a file
2024-12-25 20:48:18 +01:00
src fix: replacing of sql placeholders replaces question marks in inserted values 2024-12-25 20:48:18 +01:00
test feat: move progress reporting to rust side 2024-12-25 13:30:23 +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 chore(build): add build script for custom registry 2024-12-25 18:05:23 +01:00
Cargo.lock fix: replacing of sql placeholders replaces question marks in inserted values 2024-12-25 20:48:18 +01:00
Cargo.toml fix: replacing of sql placeholders replaces question marks in inserted values 2024-12-25 20:48:18 +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