SRIFT

Secure P2P File Transfer, Encrypted Chat & Communication | Decentralized P2P & AES-256-GCM encryption | Zero cloud logs.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Srift Start Session: Create a new SRIFT secure session. Returns the 7-character session ID and a shareable URL. The host approves all future joins. E2EE keys derive locally from the session ID + optio
  • Srift Join Session: Request to join an existing SRIFT session by its 7-character session ID. The host must approve before transfers/chat work.
  • Srift Session Status: Get current session details: id, role (host/guest), connection state, pending join requests, peer count.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Secure P2P File Transfer, Encrypted Chat & Communication | Decentralized P2P & AES-256-GCM encryption | Zero cloud logs. Zero registration. For humans and autonomous AI agents / MCP servers.

Список инструментов сервера (8)

Технические названия из tools/list. Нужны только разработчикам.

srift_start_sessionCreate a new SRIFT secure session. Returns the 7-character session ID and a shareable URL. The host approves all future joins. E2EE keys derive locally from the session ID + optional roomSecret.
srift_join_sessionRequest to join an existing SRIFT session by its 7-character session ID. The host must approve before transfers/chat work.
srift_session_statusGet current session details: id, role (host/guest), connection state, pending join requests, peer count.
srift_close_sessionClose the active session. Flushes E2EE keys, disconnects signaling, clears chat history.
srift_approve_joinHost-only. Approve a pending guest join request by their temp user ID.
srift_reject_joinHost-only. Reject a pending guest join request.
srift_kick_userHost-only. Disconnect and ban a peer from the active room.
srift_list_transfersList all active and recent transfers with progress, speed, ETA, and status.