#!/usr/bin/python #--------------------------------------------------------------------------- """ Import externals """ import wx import wx.html #--------------------------------------------------------------------------- """ Import scyther-gui components """ #--------------------------------------------------------------------------- class AboutScyther(wx.Dialog): text = '''
Scyther is an automatic tool for the verification and falsification of security protocols.
Scyther and Scyther GUI developed by Cas Cremers 2004-2007.
For news and updates visit the Scyther pages at http://people.inf.ethz.ch/cremersc/scyther/index.html
Credits: Cas Cremers (Scyther theory, backend, and main GUI code), Gijs Hollestelle (Python wrapper for Scyther XML output).