Hello!
I need button with next functional:
- I copy to clipboard name of the site. Example: "site.com"
- Click some button in Dopus where previous clipboard contents used for next step
- Dopus show string dialog where ask me to enter some word. Example "test".
- Then run md5sum with option "+<entered_string>". Example "site.com+test" to generate some hash
- This hash copied to clipboard, and dopus may show this hash or show confirmation dialog
Whe I need this. This some password generation/reminder system. Most sites require unique password. Remember it all are very hard. Here is DOpus may help.
You create some secret word for you ("test" in my example). And when hashed "site name + your word" you get password for this site. Password looks like hash almost unbreakable and you don't store your password anywhere. All you need is sitename (from URL) and your secret word (easy to remember without paper).
Hope for help with creating this magic button
My attempts has no result 