10 lines
242 B
Markdown
10 lines
242 B
Markdown
# dir819-crypt
|
|
Encrypt image to upgrade dir819 router over web interface.
|
|
Tested on ubuntu 20.04
|
|
# Usage
|
|
Add source file to folder as **firmware.bin** and run
|
|
```bash
|
|
./pack.sh
|
|
```
|
|
it'l output the encrypted firmware as **firmware_crypt.bin**
|