The Moondog Workflow
- Request: Your browser sends a secure AJAX request to our PHP API.
- Generation: The server executes
openssl_pkey_new() to generate a 4096-bit RSA pair.
- Volatile Memory: The keys exist only as variables in PHP’s temporary memory.
- Delivery: The strings are JSON-encoded and sent back to you instantly.
- Zero-Footprint: Once the script ends, the memory is cleared. No private data ever touches the disk.
Prefer the terminal? Run:
ssh-keygen -t rsa -b 4096