debt-pirate/key-rotater/README.md

10 lines
168 B
Markdown
Raw Normal View History

# 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 --
```