No description
Find a file
2025-01-19 18:56:43 +01:00
src fix: reset position before demanding new data for frame decryption 2025-01-19 18:56:43 +01:00
test fix: reset position before demanding new data for frame decryption 2025-01-19 18:56:43 +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 chore: increment version 2024-12-26 12:13:05 +01:00
Cargo.toml chore: increment version 2024-12-26 12:13:05 +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