01Store and encrypt sudo passwords using Fernet encryption (AES-128-CBC + HMAC-SHA256).
02Execute shell commands with `sudo` privileges without re-entering credentials.
03Verify the presence of a stored sudo password.
04Securely clear previously stored sudo credentials.
05Encryption key derived from machine-id and user, ensuring machine-bound and user-specific decryption.
060 GitHub stars