Difference between revisions of "How is my password for a website protected?"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
 
|askedOn=2015/01/07
 
|askedOn=2015/01/07
 
|askedBy=User:wf
 
|askedBy=User:wf
|answer=The password is either fully visible in your source code and therefore somewhat unprotected or you use the standard encryptiong mechanism provided. See [[Developer Info]] provided. Now your password is retrieved from the encrypted file. Still anybody can decrypt the password himself if he has access to that encrypted file which is in a hidden subdirectory or your homedirectory. There is no interactive mode supplied at this time. If you are interested in such a feature simply file an Issue with the Bugtracker/Issues link in the menu of this website.
+
|answer=The password is either fully visible in your source code and therefore somewhat unprotected or you use the standard encryptiong mechanism provided. See Developer Info provided. Now your password is retrieved from the encrypted file. Still anybody can decrypt the password himself if he has access to that encrypted file which is in a hidden subdirectory or your homedirectory. There is no interactive mode supplied at this time. If you are interested in such a feature simply file an Issue with the Bugtracker/Issues link in the menu of this website.
 
}}
 
}}

Latest revision as of 00:27, 8 January 2015

Question How is my password protected?
asked on 2015/01/07
asked by User:wf
Answer The password is either fully visible in your source code and therefore somewhat unprotected or you use the standard encryptiong mechanism provided. See Developer Info provided. Now your password is retrieved from the encrypted file. Still anybody can decrypt the password himself if he has access to that encrypted file which is in a hidden subdirectory or your homedirectory. There is no interactive mode supplied at this time. If you are interested in such a feature simply file an Issue with the Bugtracker/Issues link in the menu of this website.