The key is just an md5 of the email address you registered. You can regenerate it yourself:
- Code: Select all
foo:~# echo -n email@example.com | md5sum
5658ffccee7f0ebfda2b226238b1eb6e -
This isn't any big secret. When Subsonic starts up, it will also check with a subsonic.org server to validate the email is actually licensed. If you're not sure what email you used, rather than continually trying with Subsonic, you can just try loading this webpage:
http://subsonic.org/backend/validateLicense.view?email=email@example.com&date=1392556464, of course changing the email to the one you want to try. It needs the date field in there, but doesn't seem to care what it is. You'll get back "true" when you use the correct email.