Skip to content

Managing keys

The Keys page is where you manage every key your protected files use. There are three kinds, each with one job. Knowing which is which makes the rest of Oxrion fall into place.

A license key pairs a protected file with its license. You choose one when you mark a file as Licensed in the Encoder, then use the same key in the Licenser to issue a .lic for a customer’s domain and expiry.

  • Generated for you as a secure random value, or enter your own.
  • Give each one a name (e.g. the customer or product) to tell them apart.

Deleting a license key doesn’t break files already encrypted with it — but you won’t be able to issue new licenses for that key.

An external key is what makes Private access work. A private file requires its matching external key to be present on the server at runtime; without it, the file won’t run even with the Loader installed.

  • Generated for you, or enter your own.
  • Named, so you can manage several across different deployments.

Setting one up on a server is covered in External keys on a server.

A recovery keypair lets you restore a protected file back to source. It’s a true public/private key pair, and how it’s handled is central to Oxrion’s design.

When you create a keypair, Oxrion stores only the public key. The private key is shown once, downloaded immediately, and never kept by Oxrion.

You can also bring your own: paste a public key you already hold and keep its private key entirely on your side. Either way, only the public key lives in Oxrion.

KeyWhat it doesStored by Oxrion?
License keyPairs a file with a customer’s licenseYes
External keyRequired on the server to run a private fileYes
Recovery keypairRestores a protected file to sourcePublic key only — never the private key