تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
VMProtect v3.9.4 WebLM Encryption Algorithm
#1
key = rand bytes // In fact, this is a salt, which is a randomly generated eight bytes.
hwid = vmp hwid bytes
modulus = rsa modulus bytes
// Please do not use sha1.hexdigits here, keep it in its original byte form.
hash = sha1.digits(key + hwid + modulus)
decrypt_key = sha1.digits(key + modulus) // This key is used to decrypt the license returned by weblm.
 
request format:
/activation.php?code=(Your activation code)&key=base64_encode(key)&hwid=base64_encode(hwid)&hash=base64_encode(hash)
respone format:
OK base64_encode(rc4_encrypt(license, decrypt_key))


الردود في هذا الموضوع
VMProtect v3.9.4 WebLM Encryption Algorithm - بواسطة target - أمس, 12:54 PM

التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم