vnc password hash

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: vnc password hash

Re: vnc password hash

by akatik » Sat Feb 24, 2018 2:02 pm

That's a bug. We've just fixed it, will be in the next version. Thank you!

Re: vnc password hash

by ping_guin » Fri Feb 23, 2018 3:27 pm

Thanks a lot!

I guess there is a small problem with hashing some words. Some words given in the password field result in a short hash, and then, the vnc-server is not reachable.

Only password "Vrdgtudf" with hash "0686e570d24089f205e10b073cfefe62" is working, if I only change last letter to 9 ("Vrdgtud9"), the hash ("7515fc0ee9a70c827f3c") is more short and vnc doesn't work.

See:
Attachments
scr3.jpg
scr3.jpg (8.82 KiB) Viewed 6020 times
scr2.jpg
scr2.jpg (9.64 KiB) Viewed 6020 times
Scr.jpg
Scr.jpg (101.74 KiB) Viewed 6020 times

Re: vnc password hash

by aka » Wed Feb 21, 2018 4:36 pm

Here is right hash for vnc password:
Untitled.png
Untitled.png (34.85 KiB) Viewed 6032 times

vnc password hash

by ping_guin » Wed Feb 21, 2018 4:22 pm

How does the vnc password feature work?

we tried the following in the conf-file:
vnc_password = 12345

-> access is granted after typing in password "12345".

we tried it with the hash: 12345 = cc72aad3323582f495f9cce9c18dded0
vnc_password=hex:cc72aad3323582f495f9cce9c18dded0

-> authentication rejected after typing 12345 in the passord field.

how does it work for us?

thank's in advance!

Top