Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

daemonclient

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daemonclient

CLI for DaemonClient — unlimited encrypted cloud storage powered by Telegram

pipPyPI
Version
1.0.1
Maintainers
1

DaemonClient CLI

Unlimited, encrypted cloud storage — from your terminal.

DaemonClient uses Telegram as a free, unlimited storage backend and encrypts everything client-side with AES-256-GCM (Zero-Knowledge Encryption).

Install

pip install daemonclient

Quick Start

# 1. Login with your DaemonClient account
daemon login

# 2. See your files
daemon list

# 3. Upload a file (auto-encrypted if ZKE is enabled)
daemon upload myfile.zip

# 4. Download a file
daemon download <file-id>

# 5. Delete a file
daemon delete <file-id>

Commands

CommandDescription
daemon loginSign in with email & password
daemon logoutClear saved session
daemon whoamiShow current user
daemon listList all files (add --json for scripts)
daemon upload <path>Upload a file
daemon download <id>Download a file
daemon delete <id>Delete a file
daemon config set-url <url>Set backend API URL

Encryption

Files are encrypted with AES-256-GCM using a key derived via PBKDF2 (100,000 iterations). Your password never leaves your device — the server only stores encrypted blobs.

  • Web App: daemonclient.uz
  • GitHub: github.com/myrosama/DaemonClient

Keywords

cli

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts