VMM/password: Post-2to3 fixes.
Replaced ….encode('hex') and ….encode('base64') by b64encode(…)
and b2a_hex(…). Added some necessary encode() and decode() calls.
Fixed NTLM hash generating with non ASCII characters.
==========================
Configuration file for vmm
==========================
When you have installed vmm as described in :doc:`installation/install_vmm`
a copy of :download:`vmm.cfg <_static/vmm.cfg>` will be stored in
:file:`{$PREFIX}/share/doc/vmm`.
.. literalinclude:: _static/vmm.cfg
:language: cfg