Skip to content
LogicGuard
Features How It Works Security Servers Downloads Pricing FAQ Contact
Sign In Get LogicGuard
Security

Security built into every layer.

This page describes how LogicGuard is designed to protect connections and credentials. We avoid unsupported claims like absolute “zero logs” unless a formal policy guarantees them.

VPN encryption

Traffic between your device and the VPN server is encrypted using the WireGuard protocol.

WireGuard

A modern VPN protocol with a focused design, strong cryptography, and efficient performance characteristics.

Private key handling

Client private keys are generated and kept on the device. Server private keys stay on the VPS disk — not in MySQL.

Authentication

API access uses Laravel Sanctum tokens. Extension sessions are short-lived and device-bound.

API protection

Rate limiting, validation, policies, and security headers reduce abuse and accidental exposure.

Local agent communication

The Chrome extension talks to a local native host over Native Messaging with a strict method allowlist.

Infrastructure agent

VPN nodes expose a private HMAC agent for peer operations — not a public management shell.

Data handling

Passwords, tokens, and private keys must not appear in application logs. Agent tokens are encrypted at rest.

Operational security

Prefer HTTPS in production, rotate admin credentials, keep MySQL and agent ports off the public internet.

Admin access

Filament admin access is limited to users marked as administrators with an active status.