Bitcoin Forum
June 17, 2024, 07:18:15 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 [2]  All
  Print  
Author Topic: Unlimited Microsoft keys method - Autobuy - Become a key seller - 35 $  (Read 1124 times)
xNeno
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
May 31, 2020, 02:35:51 AM
 #21

Does this has something to do with Azure/edu email?

And do I have to pay for keys?
intec (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 100


View Profile
May 31, 2020, 05:10:15 AM
 #22

Does this has something to do with Azure/edu email?

And do I have to pay for keys?

This method isn't related to azure key extractor also you won't have to pay for the keys.
NotATether
Legendary
*
Offline Offline

Activity: 1638
Merit: 6898


bitcoincleanup.com / bitmixlist.org


View Profile WWW
May 31, 2020, 08:08:34 AM
 #23

You didn't answer my question. I am beginning to doubt what you are selling. You claim to have a method to generate microsoft keys and

this method will provide you valid keys of several types.

I don't think you know what is contained in a valid key. A Product key like BBBBB-CCCCC-DDDDD-FFFFF-GGGGG is base-24 encoding of a hexadecimal number that has the key at the beginning and a signature at the end similar to bitcoin signed message. The signature is verified by windows using a public key hardcoded in Windows and a private key stored in secure microsoft servers, one key pair for each edition.

You should know that even if you manage to generate a microsoft key, they check their servers whether the key hasn't been sold or not, and they will block you if you activate with an unsold key. This is why some people successfully bought and used product keys from other sellers here since they bought them from microsoft beforehand. This is also why you don't see people using keygens to activate windows because it will just phone home to check whether the key had been sold https://security.stackexchange.com/a/13680

You should also read this, product key generation hasn't changed since Windows XP.

>>>> Product Key

The Raw Product Key is buried inside the Product Key that is printed
on the sticker distributed with each Windows XP CD. It consists of
five alphanumeric strings separated by '-' characters, where each
string is composed of five characters, as in

                    FFFFF-GGGGG-HHHHH-JJJJJ-KKKKK

Each character is one of the following 24 letters and digits:

           B C D F G H J K M P Q R T V W X Y 2 3 4 6 7 8 9

Very similar to the decimal encoding of the Installation ID the 25
characters of the Product Key form a base-24 encoding of the binary
representation of the Product Key. Decoding the Product Key yields a
multi-precision integer of roughly 115 bits, which is stored - again
in little endian byte order - in an array of 15 bytes. Decoding the
above Product Key results in the following byte sequence.

               0x6F 0xFA 0x95 0x45 0xFC 0x75 0xB5 0x52
               0xBB 0xEF 0xB1 0x17 0xDA 0xCD 0x00

Of these 15 bytes the least significant four bytes contain the Raw
Product Key in little endian byte order. The least significant bit is
removed by shifting this 32-bit value (0x4595FA6F - remember the
little endian byte order) to the left by one bit position, resulting
in a Raw Product Key of 0x22CAFD37, or

                              583728439

in decimal notation.

The eleven remaining bytes form a digital signature, allowing
verification of the authenticity of the Product Key by means of a
hard-coded public key.



Having said all that, there are two possibilities what your service is:
- You either hacked Microsoft for the private keys and you have a working "unlimited method", using the private key to create signatures, or
- You are pulling a scam.

Pick one. There is no way to mimic the signature part of the product key without the private key. I will wait for your answer.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
intec (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 100


View Profile
May 31, 2020, 12:19:29 PM
 #24

You didn't answer my question. I am beginning to doubt what you are selling. You claim to have a method to generate microsoft keys and

this method will provide you valid keys of several types.

I don't think you know what is contained in a valid key. A Product key like BBBBB-CCCCC-DDDDD-FFFFF-GGGGG is base-24 encoding of a hexadecimal number that has the key at the beginning and a signature at the end similar to bitcoin signed message. The signature is verified by windows using a public key hardcoded in Windows and a private key stored in secure microsoft servers, one key pair for each edition.

You should know that even if you manage to generate a microsoft key, they check their servers whether the key hasn't been sold or not, and they will block you if you activate with an unsold key. This is why some people successfully bought and used product keys from other sellers here since they bought them from microsoft beforehand. This is also why you don't see people using keygens to activate windows because it will just phone home to check whether the key had been sold https://security.stackexchange.com/a/13680

You should also read this, product key generation hasn't changed since Windows XP.

>>>> Product Key

The Raw Product Key is buried inside the Product Key that is printed
on the sticker distributed with each Windows XP CD. It consists of
five alphanumeric strings separated by '-' characters, where each
string is composed of five characters, as in

                    FFFFF-GGGGG-HHHHH-JJJJJ-KKKKK

Each character is one of the following 24 letters and digits:

           B C D F G H J K M P Q R T V W X Y 2 3 4 6 7 8 9

Very similar to the decimal encoding of the Installation ID the 25
characters of the Product Key form a base-24 encoding of the binary
representation of the Product Key. Decoding the Product Key yields a
multi-precision integer of roughly 115 bits, which is stored - again
in little endian byte order - in an array of 15 bytes. Decoding the
above Product Key results in the following byte sequence.

               0x6F 0xFA 0x95 0x45 0xFC 0x75 0xB5 0x52
               0xBB 0xEF 0xB1 0x17 0xDA 0xCD 0x00

Of these 15 bytes the least significant four bytes contain the Raw
Product Key in little endian byte order. The least significant bit is
removed by shifting this 32-bit value (0x4595FA6F - remember the
little endian byte order) to the left by one bit position, resulting
in a Raw Product Key of 0x22CAFD37, or

                              583728439

in decimal notation.

The eleven remaining bytes form a digital signature, allowing
verification of the authenticity of the Product Key by means of a
hard-coded public key.



Having said all that, there are two possibilities what your service is:
- You either hacked Microsoft for the private keys and you have a working "unlimited method", using the private key to create signatures, or
- You are pulling a scam.

Pick one. There is no way to mimic the signature part of the product key without the private key. I will wait for your answer.

The method consists in 2 software's, I can't fully disclose them all or I would be "leaking the method" but I can tell you the 2nd software checks keys validity "online" for status of remaining quantity, product and type of key. It's also on it's latest version which means all microsoft products till date are supported.

You can also check the key extractor from azure on my other thread, a bit more costy :

https://bitcointalk.org/index.php?topic=5250022



EDIT - as for the keys format you could eventually generate millions of them and check for their validity, even when 99% will be invalid.
intec (OP)
Full Member
***
Offline Offline

Activity: 265
Merit: 100


View Profile
December 20, 2020, 09:20:21 PM
 #25

bump
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!