It's a kind of mirroring/reversal! You can see it in the duplicate characters.So if you figure out what they are doing to make
D83V-500T = 6ZZU-4WRM Crocodile
YADD-VMAE = LPD4-MMP1 Ammo x2
NYN3-0PSX = 27AZ-WC1C Crit Hit
HC5D-A8MW = 3DRP-MUNI Item Drop Rate
you should be able to get the rest.
Have fun.
D83V-500T = 6ZZU-4WRM
YADD-VMAE = LPD4-MMP1
NYN3-0PSX = 27AZ-WC1C
So we know it works character-by-character, and their inverted order is respected. The same characters code to different other characters across passwords, which makes me suspect there is an offset used or calculated for each character.
After Unflipping:
D83V-500T = MRW4-UZZ6
YADD-VMAE = 1PMM-4DPL
NYN3-0PSX = C1CW-ZA72
Comparing ASCII of "D83V" to "MR4W"
068 056 051 086
077 082 087 052
See no obious correlation.
hex:
44 38 33 56
4d 52 57 34
Hmm, no
binary:
01000100 00111000 00110011 01010110
01001101 01010010 01010111 00110100
Not obviously bitshifted, either
EDIT actually on second look, i suspect its hex something
hex, "D83V" to "MRW4"
44 38 33 56
4d 52 57 34
hex, "500T" to "UZZ6"
35 30 30 54
55 5a 5a 36
Note how similar values appear to result in similar codes in either direction, 33=57, 35=55, 38=52, 54=36, 56=34
It's some kind of reversal there aswell
Last edited: