====== mOTP Token Generator ====== Generates a [[http://motp.sf.net/|MobileOTP]] token and copies it into the clipboard. It needs the following Python packages: * **Required:** [[apt>python2.6]], [[apt>python-configobj]], [[apt>python-wxgtk2.8]] * **Recommended:** [[apt>python-notify]] The configuration (init-secret and PIN) will be written to ''~/.mOTPgen.conf''. So make sure you change the file permissions to ''600''. * **Download:** {{motpgen.py}} ===== Usage ===== {{motpgen1.png}} After starting the program, you will notice a new icon in your system tray. Right-click it to access the context menu. There you can set your //init-secret// and the desired //PIN//. If you have at least the //init-secret// set, you will also see a current token in the menu. {{motpgen2.png}} By left-clicking the tray icon, you will get a notification (only if ''python-notify'' is installed!) of the current token. The token is also copied into the clipboard. ===== See Also ===== * [[:software:php:dw-motp-auth]] * [[:snippets:php:validate-motp-token]]