News posts on /c/[email protected] are automatically made by a bot I wrote under my account.

  • 0 Posts
  • 15 Comments
Joined 4 months ago
cake
Cake day: February 5th, 2025

help-circle

  • Think of it from a random guess perspective. Guessing a number randomly generated between 0-16 is easier than guessing one between 0-8.

    Now think that all passwords are stored in certain amount of bits, so let’s compare 4 and 8 bits.

    Each bit has a chance to be either 0 or 1, so guessing a single bit’s possibility is 1/2.

    Guessing the correct orientation of 4 different bits takes 1/24 = 1/16

    Guessing the correct orientation of 8 different bits takes 1/28 = 1/256

    Now think passwords being stored in more bits(=longer password)














  • You can simply use the same key to activate your VM. You can get your license key by typing this to command line

    wmic path softwareLicensingService get OA3xOriginalProductKey

    Retail keys are meant to be transferable across multiple computers, and even OEM keys are bound to the computer’s motherboard. However if there’s any problem with activating the VM feel free to use the irm https://get.activated.win/ | iex trick, as even software audits done to corporations just take the billed license count and the PC count that uses Windows as a reference, and don’t really care about how you activated Windows.

    If you need GPU Passthrough, use VMWare or QEMU. If you don’t, any virtualisation software should do the trick.