Version v0.3.45 - -m Fix directory encryption output path - save in same directory as source

This commit is contained in:
2025-12-27 12:03:27 -05:00
parent 6f3976bc07
commit 7c2821dd0d
3 changed files with 18 additions and 11 deletions

View File

@@ -58,14 +58,14 @@ One-time pads can be trivially encrypted and decrypted using pencil and paper, m
### Download Pre-Built Binaries
**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.43/otp-v0.3.43-linux-x86_64)**
**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.44/otp-v0.3.44-linux-x86_64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.43/otp-v0.3.43-linux-arm64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.44/otp-v0.3.44-linux-arm64)**
After downloading:
```bash
# Rename for convenience, then make executable
mv otp-v0.3.43-linux-x86_64 otp
mv otp-v0.3.44-linux-x86_64 otp
chmod +x otp
# Run it