rsecure 0.6.1

A simple file encryption and decryption tool using AES-GCM.
1
2
3
4
5
6
7
8
9
# Optional skills

Personal pack of [Claude Code skills](https://skills.sh/) I like to have installed when working on this project. Re-run these on a fresh machine to restore the setup.

```bash
npx skills add apollographql/skills@rust-best-practices -g -y
npx skills add trailofbits/skills@cargo-fuzz -g -y
npx skills add openai/skills@security-ownership-map -g -y
```