fcrypt 0.3.3

Cross-platform CLI for password-based file encryption and decryption
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributing

## Local checks

Run before opening a pull request:

```bash
cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings
cargo test --locked
```

## Commit style

- Keep commits focused and small.
- Update tests for behavior changes.
- Update `CHANGELOG.md` for user-visible changes.