hashing\encoding algorithm determination help request
#6
Yeah, reverse engineering would be the ticket.
This algorithm behaves similar to Pseudopassword by 90h on the PACE 5268ac. See link below what such an algo could look like in python.
Not mathematically possible to figure it out by comparing inputs to outputs.

(02-12-2023, 04:44 AM)90h Wrote: (this uses the pseudopasswd utility as mentioned in /sbin/sysinit)
also, a python implementation of the pseudopasswd algo:
https://pastebin.com/SKtazSq3
note that pseudopasswd unfortunately is essentially a hash func - it takes two chars on input to produce one char on
Reply


Messages In This Thread
RE: hashing\encoding algorithm determination help request - by drsnooker - 09-11-2023, 09:12 PM