Earlier quoted context omitted.
keepassxc
What if you don't have/want cloud syncing programs installed on your whole system just for the sake of a password manager?
Non-official site with a tampered version of KeePass
31–40 of 82 posts
Re: Non-official site with a tampered version of KeePass
#32Earlier quoted context omitted.
What if you don't have/want cloud syncing programs installed on your whole system just for the sake of a password manager?
What does this have to do with keepassxc? (the community version of keepassx)
Re: Non-official site with a tampered version of KeePass
#33Earlier quoted context omitted.
What if you don't have/want cloud syncing programs installed on your whole system just for the sake of a password manager?
They aren't required. I use KeePassXC and don't use any type of cloud syncing.
Re: Non-official site with a tampered version of KeePass
#34Earlier quoted context omitted.
But there are no guarantees about the source either unless I am willing to audit all of it?
I agree, that's why signed source code releases are the safest thing you can get. Keepass has signed releases (including the source code archive) that can be checked with OpenPGP. https://keepass.info/integrity.html
Re: Non-official site with a tampered version of KeePass
#35Earlier quoted context omitted.
They aren't required. I use KeePassXC and don't use any type of cloud syncing.
No, the question is what if you do want cloud syncing for your passwords (you need to sync with your phone somehow without manually uploading/downloading from a browser every time...), but unable or unwilling to install a background cloud syncer installed on every system you use KeePassXC on. People blindly suggest KeePassXC without realizing not everyone has or wants a cloud syncer installed on their entire system.
You're not really going to get around having to install "something" to sync your passwords if you want to have your passwords synced
You could use something like Syncthing if you just don't want to trust any company with your data
Otherwise, I cant really suggest a solution either
Re: Non-official site with a tampered version of KeePass
#36I've reported the website here: https://safebrowsing.google.com/safebrowsing/report_phish/?t... Hopefull it will be blocked by the browsers using the safe browsing list.
https://i0.wp.com/keepass.fr/wp-content/uploads/2018/05/keep...
So maybe we can report it here too:
https://en.wordpress.com/abuse/
Only works if you put this as URL though:
Re: Non-official site with a tampered version of KeePass
#37Earlier quoted context omitted.
No, the question is what if you do want cloud syncing for your passwords (you need to sync with your phone somehow without manually uploading/downloading from a browser every time...), but unable or unwilling to install a background cloud syncer installed on every system you use KeePassXC on. People blindly suggest KeePassXC without realizing not everyone has or wants a cloud syncer installed on their entire system.
That was worded a bit ambiguously then You're not really going to get around having to install "something" to sync your passwords if you want to have your passwords synced You could use something like Syncthing if you just don't want to trust any company with your data Otherwise, I cant really suggest a solution either
Sorry, I hope it's clear now.
> You're not really going to get around having to install "something" to sync your passwords if you want to have your passwords synced
Huh? This is obviously wrong; I'm doing literally this with KeePass. I haven't installed anything, and it has a plugin to sync directly with Google Drive that doesn't mess with or care about anything in the rest of the system.
Re: Non-official site with a tampered version of KeePass
#38Hah, the Linux version points you to the original website (only the Mac and Windows versions appear to be modified)! The year of the Linux desktop is truly here.
doesnt that just imply that these scammers thought the linux userbase to be too small to be worthwhile? the comparatively small userbase is actually an underappreciated security feature of linux ;)
Re: Non-official site with a tampered version of KeePass
#39The french is also terrible, google-translated french.
Examples? There's some subject and possession disagreement here and there ("Cette clé, que vous définissez ... accéder à tous ses autres mots de passe"), but otherwise looks pretty good.
Re: Non-official site with a tampered version of KeePass
#40Earlier quoted context omitted.
Compile it from source, it's a standard Visual Studio solution that builds without issues.
This. And the benefit is it's easy to add your own fixes to your local version too. Stuff like removing the PerformSelfTest() call, adding items to the ListView in batch, item bounds checking when refreshing the ListView, etc. can quite noticeably speed up the UI, and random window focusing/sizing issues aren't too hard to fix either.