Does a solution exist to permit account sharing without revealing the account password?

I’m looking for a process to replace the status quo of notepad and Excel. We’ve tested a market-leading password manager. An issue that comes up with this is that the secure sharing password facility has some significant vulnerabilities. W… Continue reading Does a solution exist to permit account sharing without revealing the account password?

Web Application Sends Newly Registered Users Plaintext Password. Could you assume that passwords are not hashed in DB storage?

I was recently assessing a web application where during user registration the application would send a password reset link via email where the token portion of the URL was the following in base64:
<Email address>:<randomly generat… Continue reading Web Application Sends Newly Registered Users Plaintext Password. Could you assume that passwords are not hashed in DB storage?

How do I properly secure my login using bcrypt in react and a python-flask backend?

I want to store the passwords of accounts hashed into a database that can be accessed through a python-flask application. When you would login, this python application is supposed to provide you with a token that will be saved in the front… Continue reading How do I properly secure my login using bcrypt in react and a python-flask backend?

Is resisting giving online banking password to 3rd party becoming increasingly futile and unnecessary?

Not sure about the rest of the world but at least in Canada, nowadays more and more online-only banks and stock brokers, so called FinTechs, are emerging. To allow customers moving funds across banks faster, these FinTechs use 3rd party se… Continue reading Is resisting giving online banking password to 3rd party becoming increasingly futile and unnecessary?