brandy icon indicating copy to clipboard operation
brandy copied to clipboard

What is product code?

Open Sedighzade opened this issue 2 years ago • 2 comments

Hi, I wanted to generate a new activation code. The software needs a production code. What is it?

Thank you.

Sedighzade avatar Oct 11 '22 09:10 Sedighzade

The verify option will show you the product code using an original serial number and activation key.

$ ./brandy v SCO012345 sarljvnw
Serial number and activation key match.
Product code: abc

The crack option will show you the product code using an encrypted file. Sometimes more than one product code will be shown, but only one of them is correct.

$ ./brandy c encrypted.file
Checksum: ABCD
Size: 1234
Product codes: abc bac

Octocontrabass avatar Oct 11 '22 17:10 Octocontrabass

For SCO Xenix 286 2.1.3

$ tar xf n3.img ./usr/sys/mdep/lib_mdep

$ strings usr/sys/mdep/lib_mdep | head -n 1
echo 'This program has not been serialized. Consult your installation guide.'; exit 1

$ brandy c usr/sys/mdep/lib_mdep
Checksum: E004
Size: 92846
Product codes: jrr rjr

$ brandy generate NUL000000 jrr
Activation key: bvopljgr

ambiamber avatar Dec 01 '22 04:12 ambiamber