doc: update readme
This commit is contained in:
parent
bbca22b194
commit
cc14cc6183
1 changed files with 11 additions and 1 deletions
12
Readme.md
12
Readme.md
|
@ -3,4 +3,14 @@ A port of [https://github.com/mossblaser/signal_for_android_decryption](signal_f
|
||||||
|
|
||||||
This port was done for speed improvements and easier integration with wasm.
|
This port was done for speed improvements and easier integration with wasm.
|
||||||
|
|
||||||
The wasm version is available at [https://git.duskflower.dev/duskflower/signal-decrypt-backup-wasm](duskflower/signal-decrypt-backup-wasm)
|
The cli version is available at [https://git.duskflower.dev/duskflower/signal-decrypt-backup-rust](duskflower/signal-decrypt-backup-rust)
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue