Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    405

    Some Type Of Encryption

    I am working on hwid protection for my program I am creating any someone has their own type of HWID protection via a webpage so when the program opens it does:

    FINDHWID.php?HWID=4B1F1E151C4C4E1F1E484F154F1D181E1E484B4E1D4C1A19184F1F4F481A1C4B&HWID2=88afbcb4c5e105d5a59dc74c74c59ccd1f975be4edd5c3c87fce6405b0dbd 8a80f9b0c8084615f855fad41c3f5aa884e6f7df05fe04d44b5814a6ca855d0f13ec3db54bfda46ca48fc8682e04e7fa127fe7f9a404caf7161f908b0aae41f0acbd41d8cd98f00b204e98 00998ecf8427e&HWID3=5D0250075D53555752555C5406025405005656065254535352565550025D5351&seed0=130&seed1=240&seed2=45&seed3=100

    and the result is #PZ50a7d87db933a0ca8a4db375f4f1f706f7a1e9f10acbab73f7a1c8c0bf696514%PZ

    I want to create something like this but I need to know what type of encryption it is so I can code the php site & finalize the program. A reward will be placed for anyone that can help

  2. #2
    Join Date
    Jun 2006
    Location
    Europe
    Posts
    632
    i assume that we are talking about application written in e.g. c/c++ / delphi or whatsoever that grabs hardware information of the computer/system that it is running on and then connects to some website/web application to match hardware information against database.

    for this you can encryptions such as twofish, bluefish, rijndael, aes and so on...

    e.g. you decide what cipher to use, and after hardware information aka hardware-id is encrypted from you app, you pass encrypted string to web application which then decrypt using same cipher and match data against database, then returns an result also encrypted.

    if php is your web part of verification you can use mcrypt, and for application part it depends on programming language you are using, e.g. for delphi you have many cipher components already written which you find on the net.
    http://uk2.php.net/manual/en/ref.mcrypt.php
    Last edited by xtrac568; 12-04-2009 at 09:17 PM.

Similar Threads

  1. What type of "cipher" to use for OpenVPN encryption?
    By mrzippy in forum Hosting Security and Technology
    Replies: 4
    Last Post: 11-13-2013, 11:26 PM
  2. error: array type has incomplete element type
    By cbel in forum Hosting Security and Technology
    Replies: 1
    Last Post: 12-15-2008, 08:29 AM
  3. what encryption is this?
    By orbitz in forum Programming Discussion
    Replies: 4
    Last Post: 05-22-2008, 01:13 AM
  4. Encryption
    By Shroder in forum Programming Discussion
    Replies: 2
    Last Post: 04-28-2004, 01:27 PM
  5. PaySystems.com - fee structure comparison (Type A -vs- Type B)
    By mrzippy in forum Running a Web Hosting Business
    Replies: 6
    Last Post: 08-13-2003, 01:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •