I'm responsible for a MediaWiki in my company. That Mediawiki contains information, like passwords. Currently those passwords are stored on the server, hosting the MediaWiki, but when a person surfs to that MediaWiki website, the traffic is not encoded (when I use a simple sniffer, I can read the passwords).
There are different approaches to such an issue:
- I can turn the MediaWiki website, who is currently based on HTTP, to HTTPS. This is handled in this previous question, but it means that I need to reconfigure the MediaWiki website.
- (This is a product of my imagination) I could use a "special component", who reads the password, turns it into an image and shows the image on screen. That "special component" allows the displayed text to be copied/pasted.
(For your information, a MediaWiki-page's URL looks as follows:
"http://<server-name>/wiki/index.php/<page_title>
")
Simply said: turn "text" into(and make it "copyable").
As for the second question: does such a "turn-text-into-an-image"-component exist and if yes, do I need to do something in order for my MediaWiki to use it?