9 lines
168 B
Markdown
9 lines
168 B
Markdown
# Debt Pirate Key Rotater
|
|
|
|
Creates new PASETO keys for use in the API
|
|
|
|
## Example
|
|
|
|
```
|
|
$ dd if=/dev/urandom bs=32 count=1 2>/dev/null | base64 | xargs cargo run --
|
|
```
|