Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

decode vnc hash

import sys,pyDes

password = your16charString
result = pyDes.des([232, 74, 214, 96, 196, 114, 26, 224]).decrypt(bytearray.fromhex(password)).decode('utf-8').replace('x00', '')
print result
 
PREVIOUS NEXT
Tagged: #decode #vnc #hash
ADD COMMENT
Topic
Name
5+8 =