-
Currently all passwords, except user logins, are stored plaintext in the `.sqlite` database. This creates a security issue if someone got access to that file through the web server. The same issue is …
-
plaintext storage is no good
http://stackoverflow.com/questions/7977047/whats-the-best-practice-to-store-password-and-username-in-a-pyqt-program
pycrypto might be an option, too but hooking into a k…
-
**User Story**
Bob wants to ensure his password is securely encrypted when he registers on the website, and that no one can access his password in plain text. He wants confidence that his data is s…
-
I think we need a separate category for file encryption tools
- Cryptomator : https://f-droid.org/en/packages/org.cryptomator.lite/ _(license required)_
- reference: https://docs.cryptomator.org/e…
-
In the case of when working with a server that we haven't got the hand on ... or an other vendor ...
The password of an SFTP or a FTP connector is stored clearly inside the database and could easily …
-
**Description:**
Following error occurs when trying to encrypt credentials in wso2 server while encrypting only one password in carbon.xml (keystore password).
FATAL
{org.wso2.carbon.tomcat.inte…
-
Local storage is easily accessible by client-side scripts and therefore just saving the login credentials there is not safe. **Better security add-ons and changes will be appreciated.**
_Thank You!_
-
In the case of when working with a server that we haven't got the hand on ... or an other vendor ...
The password of an SFTP or a FTP connector is stored clearly inside the database and could easily …
-
In the case of when working with a server that we haven't got the hand on ... or an other vendor ...
The password of an SFTP or a FTP connector is stored clearly inside the database and could easily …
-
```
Fix the ridiculous current implementation that stores users passwords
unencrypted in the database.
Change the "password reminder" action to "reset password"
Will require a one-time update script…