Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Best way to generate keys, if you know the routine

Featured Replies

Posted

The key isn't generated from a username.

I managed to get the key validation routine, and it is rather complex.

I was able to translate it to Python code, and I tried generating random numbers and trying each generated number with the validating routine,

but I was not able to get a valid key, since the chance of each randomly generated number being valid is near 0.

What is the best way to generate a valid key?

you are going about it backwards.. what you are doing is no different than actually entering the number into the prog and clicking "check serial" :)

You need to follow each step of the validation routine to see what it is checking. search the authors site to see if you can find out what info the key is using to generate the key, if any. basically reverse the algorith. A bit hard to help anymore without more details.

the only way to get a valid key your current method is brute force, IE. check every number sequentially.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.