Encrypted at rest
Every file is encrypted with AES-256-GCM. Only ciphertext sits on the server disk; the key lives elsewhere.
Upload big files, share them through a permanent link and convert formats right in the browser. Everything else — encryption, API and file management — is already built in.
Nothing to install — it all runs in the browser.
Drag a file into the browser or POST it through the API. Right after upload it is encrypted and kept only in encrypted form.
Every file gets a permanent public address. Whoever downloads it does not need an account.
Size, date and download count are in your dashboard. One button removes the file and its contents.
Ordinary things, done carefully.
Every file is encrypted with AES-256-GCM. Only ciphertext sits on the server disk; the key lives elsewhere.
A permanent link for every file. Send it to anyone — downloading needs no account. Also works in websites, apps and download managers.
Delivery supports HTTP Range, so an interrupted download picks up exactly where it stopped.
Images, video, audio and documents change format on the server — no desktop software needed.
Upload, list, inspect and delete files with plain HTTP requests. Keys are issued in settings.
TOTP codes from an authenticator app, plus recovery codes in case you lose the phone.
Change a file format and download the result right away. No separate program required.
Not certification badges — the mechanisms that are actually switched on.
Authenticated encryption of file contents on disk, with integrity checking.
Passwords are stored only as salted hashes — the original cannot be recovered.
A second factor from your authenticator app plus single-use recovery codes.
Tokens on every form; session cookies flagged HttpOnly, Secure and SameSite.
Upload from scripts, CI or your own app. The API is available on Pro and above.
The key is issued in account settings and sent in the Authorization header.
curl -X POST https://games22.fun/api/v1/files/upload \ -H "Authorization: Bearer $BOSX_KEY" \ -F "file=@build.zip" # Response { "success": true, "file_id": 1042, "public_link": "https://games22.fun/download/a1b2c3d4", "size": 260046848 }
Start free. Move up when you hit a limit.
2 GB of storage, 10 uploads a day and the file converter. Signing up takes under a minute — the free plan is available right away.