Help with Algorithm: Find Output for DPBB2B1-595B

  • Thread starter Thread starter flmustang69@y
  • Start date Start date
  • Tags Tags
    Algorithm
AI Thread Summary
The discussion revolves around deciphering an algorithm or potential hashing method that generates specific outputs from given inputs, particularly for a series of alphanumeric codes associated with Dell BIOS passwords. The initial inquiry seeks to identify the algorithm and predict the output for a final input, DPBB2B1-595B, which remains unsolved. One participant suggests that the outputs may not be generated by a traditional algorithm but could instead be a hash, referencing a cryptographic table used for Dell 595B codes. The conversation highlights the complexity of the task and the possibility of alternative interpretations of the outputs, emphasizing the need for further analysis to determine the underlying mechanism.
flmustang69@y
Messages
1
Reaction score
0
Can anyone figure out the algorithm that produces these outputs from the inputs? Then tell me the output for the last input? I am trying to find the algorithm and the last output.
Thank you in advance. flmustang69 gmail :smile:

INPUT
796LQ01-595B OUTPUT 2VwhorrP

8S32L11-595B OUTPUT 6RP4NJYi

JPWPK1S-595B OUTPUT 1G8E9HHR

2295G1S-595B OUTPUT HJTiMWRG

6703PC1-595B OUTPUT 3oEH6XPG

GY4TV2J-595B OUTPUT RDMTHZ4Z

GB075B1-595B OUTPUT 8TCXJ8MH

B4GGS31-595B OUTPUT JG3ZFM6G

DN4SN71-595B OUTPUT FD7WYPEJ

2SS4D51-595B OUTPUT 8PU9TF5J

8G1T90J-595B OUTPUT 4Y07YTIA, note 07 is zero 7

DPBB2B1-595B OUTPUT __________________________
 
Last edited:
Technology news on Phys.org
You can just reset Dell BIOS passwords I believe.

What makes you think it's an algorithm? It could be a hash.
 
That is crypt_table[] = "4QR8M2KWSI5YBPLG91ZVUT6OJHNDA7XF30EC"; for Dell 595B algorithm

All The Best
/JaheeM
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top