Wrote a license server that uses RSA cryptography to generate and validate license keys in Clojure. It can be used to generate a license from a text message and signing it with the private key. The license with the text message can then be verified using the public key.

The code is available on GitHub.