Lukittu Documentation home page
Search...
⌘K
Discord
Dashboard
Dashboard
Search...
Navigation
Documentation
API Reference
Examples
Documentation
Discord-server
Blog
Examples
Introduction
Java
Simple
Advanced
On this page
Simple Java Example
Features
Java
Simple
Simple Java Example
You can find a pre-made example plugin here:
lukittu-java-simple
.
This example demonstrates a robust implementation of the Lukittu license verification system for Java applications, specifically built as a Minecraft Bukkit/Spigot plugin.
Features
Secure License Verification
Implements a challenge-response mechanism with cryptographic signature verification using RSA/SHA256.
Comprehensive Error Handling
Provides clear, user-friendly messages for various license states and error conditions.
Heartbeat System
Periodically validates the license to ensure continued legitimacy.
Device Identification
Generates a unique hardware-based identifier to limit installations per license.
Security Best Practices
Includes documentation of proper security measures for production-level implementation.
Introduction
Advanced
Assistant
Responses are generated using AI and may contain mistakes.