Salted password hashes
Account passwords are processed with a salted password-hashing function. SENDFU does not store the submitted plaintext password as the account credential.
This page describes security controls currently implemented for the SENDFU website, account system, API credentials, administrative access, and supporting operations.
Customer credentials are separated from service-side credentials. Access to inference is reviewed and is not granted merely by registering an account.
Account passwords are processed with a salted password-hashing function. SENDFU does not store the submitted plaintext password as the account credential.
Issued API keys are stored as cryptographic hashes with non-secret prefixes and lifecycle metadata. The full key is presented when issued rather than retained for later display.
Web sessions use signed cookies with Secure, HttpOnly, and SameSite attributes. Invalid signatures and sessions beyond the configured lifetime are rejected.
Controls are applied at both the web-account boundary and the authenticated API boundary.
State-changing account forms require a signed anti-CSRF value. Request bodies are also subject to a size limit.
Repeated login attempts are rate-limited, with account-level failed-attempt handling and temporary lock controls.
Administrative account review, API-key state changes, and usage exports are separated from ordinary account access and require an authorized administrator role.
SENDFU-issued inbound credentials can be constrained independently of internal service credentials.
The current service includes bounded controls intended to reduce common web and operational risks. These controls do not eliminate all risk.
Public responses use controls including Content Security Policy, frame restrictions, content-type sniffing protection, and a restrictive referrer policy.
The account store uses atomic replacement and restrictive file permissions. Backup and restore tooling validates the stored structure, and production startup fails closed on a damaged store.
The public status system checks service and model-catalog availability and retains sampled history. Catalog checks are not represented as successful real-time inference tests.
Security statements should be read as descriptions of the current implementation, not as a substitute for contract-specific review.
No internet service can guarantee absolute security. SENDFU does not claim SOC 2 or ISO 27001 certification on this page, and does not claim a third-party penetration-test program, PCI DSS scope, 24-hour security operations center, or guaranteed incident-response time unless separately documented and evidenced.
Report suspected credential exposure, unauthorized account activity, or a reproducible security issue through the current support channel.
Email business@sendfuglobal.com with a concise description, affected URL or component, reproduction steps, and any non-sensitive evidence.
Do not include passwords, API keys, inference content, or other secrets in the report.
Prepare security report