Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav authored Jan 10, 2024
1 parent f4545b7 commit 654531f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ cp ./target/release/rust-obfuscator .
```

# Usage
The binary can be used on either a file or a directory. If provided with a directory it will only modify rust source files within that directory not any subdirectories
Set the **CRYPTIFY_KEY** environment variable for custom encryption otherwise it defaults to defined fixed key
- Add to source code you'd like to modify
```rs
use cryptify;
```
The binary can be used on either a file or a directory. If provided with a directory it will only modify rust source files within that directory not any subdirectories
```sh
./rust-obfuscator path/to/your_project <Options>
```
Expand Down

0 comments on commit 654531f

Please sign in to comment.