SIM cards have a PIN and a PUK numbers. Since PINs are used frequently, I know it by heart. I want to write down the PUK to a paper, but I don't want to do it in plaintext, but in a way only I can read it.
With a computer, there are several algorithms readily available to encrypt a number with a key. But can I do it on paper, or better yet, in my head?
Since the PIN is known only to me, it is a good candidate for a key. Can I somehow encrypt the PUK so that it can only be decrypted with this key, all without using a computer? What is my best bet regarding computational complexity and security?