Skip to content
Oxrion

Oxrion v2

Modern PHP code protection

A fresh take on PHP code protection — built for how teams ship today. Encrypt in the cloud or self-host. Tamper-proof, recoverable, fairly priced.

app.php
<?php
function calculate($user) {
  return $user->balance * 1.18;
}
Encrypt
app.php protected
<?php @oxrion;
b64:7yJk2H5aMqW8PfX3vRtGcLbY9NwUzD1eK0iA
S3Vp/oQjLmRxZ4hC7nE8aBdF6gHkM2vWyT5sP1uX
9JqI=:gcm:tag:eyJ2IjoxLCJlbmMiOiJBMTI4R0NN

Designed for the way modern PHP teams ship

Tamper-proof

Modified files won't run

Recoverable

Decrypt anytime with your key

PHP 7.4–8.4

All current versions

Linux + Win

NTS and TS builds

Built differently

Features that older encoders skipped

Six things you'll notice immediately. The rest live in the docs.

Modern encryption

Industry-standard encryption with built-in tamper detection. Battle-tested cryptography under the hood — you don't have to think about it.

Tamper-proof files

Modified bytes are rejected on load. Even a single flipped bit breaks the seal — no silent corruption, no tampered code running in production.

Encrypt and decrypt

Recover original sources anytime with your private key. Two-way by design — you'll never be locked out of code you wrote.

License system included

Domain binding, expiry dates, per-customer licenses. Built into every paid plan — no add-on purchases, no extra modules.

Public vs private files

Visibility is sealed inside the encrypted file itself. Public runs anywhere. Private requires a license.

Encoder / loader split

The loader is free and minimal — production servers only need that. The encoder lives on developer machines.

How it works

Three steps, end to end

  1. Step 01

    Encrypt

    Upload your PHP files via the dashboard or the self-hosted encoder. Each file is sealed with a unique key.

  2. Step 02

    Distribute

    Ship encrypted files to your customers. Optionally generate per-customer licenses bound to a domain or expiry.

  3. Step 03

    Run

    Customers install the free loader. PHP runs the encrypted files transparently — OPcache and all.

Why Oxrion

A fresh approach to a tired problem

Built for today

Tampered files fail to load — instantly, not silently. The format is designed so visibility metadata can't be forged or stripped.

No lock-in

Two-way by design. With your private key you can recover every file you've encrypted. We don't hold your code hostage.

Fair pricing

$5 to start. Free tier is real, not a teaser. The license system everyone else upsells is included from day one.

Questions

Frequently asked questions

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

  • What makes Oxrion different from older PHP encoders?

    Three things. First, we use modern encryption that detects tampering — modified files fail to load instead of running silently. Second, the license system is included in every paid plan, not sold as an add-on. Third, you can decrypt your own files back to source whenever you need them.

  • 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.

  • Can I get my source code back?

    Yes. Oxrion is two-way: with your private key, you can decrypt any file you encrypted. No vendor lock-in.

  • Do I need to keep the encoder on my production server?

    No. Production servers only need the free loader. The encoder is for developer machines and CI runners — that's the point of the split.

  • 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.

  • Do you offer refunds?

    Yes. Within 14 days of your first payment, contact us and we'll refund. Lemon Squeezy handles the transaction directly.

Get started in minutes

No credit card required. Free plan ships with the same crypto as paid plans.