env_encryption_tool 0.9.22

Rust-based .env (dotenv) file encryption & decryption tool - store & retrieve your app environment variables safely 😎 now Post-Quantum-safe!
Documentation
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is. What happened?

**To Reproduce**
Steps to reproduce the behavior (as minimally and concisely as possible):
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
 - Architecture: [e.g. amd64, arm64, etc.]
 - OS info: [e.g. Ubuntu/RHEL, Windows, MacOS]
```console
# On Linux:
$ cat /etc/os-release
# paste output here
# On Linux/MacOS:
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
```

**Additional context**
Add any other context about the problem here.