Skip to content
Oxrion

Oxrion Cloud

Encrypt PHP files in the cloud — no installation

Sign up, upload, download. The fastest path from raw PHP to a tamper-proof, license-locked binary. Free tier ships with the same crypto as paid plans.

Workflow

Upload, encrypt, download

  1. 01

    Upload

    Drop files into the dashboard or POST them to our API. TLS in transit, encrypted at rest.

  2. 02

    Encrypt

    Our service applies AES-128-GCM with a random key per file. Compression first, encryption second.

  3. 03

    Download

    Pick up the encrypted file. Drop it on any server with the free loader — done.

Built for Cloud

Everything a solo developer actually needs

No DevOps, no installs, no licenses to manage. Sign in and ship.

Modern AES-GCM encryption

Authenticated encryption with built-in tamper detection. Most PHP encoders still ship AES-CTR — a generation behind.

Encrypt and decrypt

Recover original sources anytime with your private key. Most competitors are one-way — Oxrion isn't.

Cross-platform

Linux x86_64, Windows NTS and TS, PHP 7.4 through 8.4. Same encrypted file runs on all of them.

Compression built-in

Files are zlib-compressed before encryption. Smaller artifacts, faster deploys.

REST API

One curl, one encrypted file

The same endpoint powers the dashboard. Wire it into your build pipeline, your release script, your bot — wherever PHP files live.

encrypt.sh
bash
curl -X POST https://api.oxrion.com/v1/encrypt \
  -H "Authorization: Bearer $OXRION_TOKEN" \
  -F "file=@app.php" \
  -F "visibility=public" \
  -o app.protected.php

# Response: HTTP 200, encrypted file written to disk
# Daily quota and remaining files reported in response headers

Built for solo developers and small teams

If you're shipping a few PHP projects a month and you don't want to babysit a server, Cloud removes the friction. Pricing scales with how much you actually encrypt — not how big your team is.

Pricing

Start free, upgrade when you need to

Free

Try the encryption pipeline.

$0
Start free
  • Encryption / day 10 files
  • Decryption / day 50 files
  • File lifetime 90 days
  • Brand stamp on output
  • File visibility Public only

Pro Starter

Solo developers, occasional projects.

$5 /mo
Choose Pro Starter
  • Encryption / day 20 files
  • Decryption / day Unlimited
  • File lifetime Forever
  • Brand stamp on output
  • File visibility Public + Private
Most popular

Pro

Active projects, regular shipping.

$9 /mo
Choose Pro
  • Encryption / day 50 files
  • Decryption / day Unlimited
  • File lifetime Forever
  • Brand stamp on output
  • File visibility Public + Private

Pro Plus

Heavy daily usage, multiple products.

$15 /mo
Choose Pro Plus
  • Encryption / day 100 files
  • Decryption / day Unlimited
  • File lifetime Forever
  • Brand stamp on output
  • File visibility Public + Private

Cloud FAQ

Frequently asked questions

Can't find what you're looking for? Reach out — we read every message.

  • Will my encrypted files run on shared hosting?

    Yes, in two ways. If your host allows installing PHP extensions, drop in the free oxrion_loader. If they don't, use the PHAR loader — a single file that works on any PHP 7.4+ environment.

  • What PHP versions are supported?

    PHP 7.4 through 8.4, on Linux x86_64 and Windows (both NTS and TS builds).

  • Where is encryption performed in Cloud?

    Files are uploaded to api.oxrion.com over TLS, encrypted on our infrastructure, and held for the lifetime of your plan. You can also delete them on demand.

  • Can I switch between Cloud and Encoder?

    Yes. Both produce the same file format — anything you encrypt with one runs under the same loader, regardless of which product made it.

Free tier, real crypto

Ten files a day, same AES-GCM as paid plans. No credit card.