[Bug 213607] net/tigervnc: server requires mcookie utility
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 20 01:22:13 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213607
--- Comment #1 from Koichiro IWAO <meta+ports at vmeta.jp> ---
Already fixed in Bug 213250. Try tigervnc-1.7.0_1.
And what is the security issue you concern about? usage of MD5?
You don't need to use MD5 hash at all. Just convert the random
output of /dev/urandom to hex style, like this.
dd if=/dev/urandom bs=16 count=1 2>/dev/null| od -x -An | tr -d ' '
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list