Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@chasb96 I mean a web password manager (to access from your phone and pc). I run my password manager on my pi.
-
@darksideplease I am programming one atm, which will:
1. be easy to install
2. only require a web server with php and a MySQL DB (for now only MySQL)
3. look beautiful
4. have multi user support. -
It's a bad idea to "host anything". Use a service which can host and then use end to end encryption to store blobs.
-
Password Managers are rather insecure, they bind all your passwords to only one password, and even if it's longer, a local copy can always be supercomputer-bruteforced. And often people take passwords not seriously... There's no security if i can see all passwords just by trying leaked passwords combined with other combinations of that...
-
KeeWeb + Nextcloud/ownCloud works great. You store your db in *cloud and your key on a flash drive. Decryption is done client-side in your browser.
What if...
Someone made a self hosted password manager, where you can put all your secure random passwords in?
undefined