Multiplication Public/Private Key Generator

Enter a clock size you wish to use and press the button. Prime numbers(2, 3, 5, 7, 11, 13, 17...) work better and anything over ~50 is going to be hard to use.



Here is a multiplication table based on the given clock size:


To make a key pair:
  1. Pick a row number - this will be your private key
  2. Read across until you find a 1 - take the column number you are in as the public key. (Why 1? Magic. Well that and number theory... Lets just call it magic for now.)
    No 1's in that row? Pick a new key! (If you used a prime number for the clock size, this will not be an issue.)