Re: Open source, multiplatform password manager with sync capability

2025-05-11 Thread Darac Marjal
On 05/05/2025 15:59, Marc SCHAEFER wrote: Hello, Has anyone experienced the following setup: On a standard system (Debian GNU/Linux): - install keepassxc, create a master password and a database file [ alternative: keepass2, but mono dependancy ] - make sure that database file is on a git

Re: Open source, multiplatform password manager with sync capability

2025-05-07 Thread Michel Verdier
On 2025-05-07, Marc SCHAEFER wrote: > Actually I went the git path because my first idea was to use the Debian pass > package, on Termux, with multiple password-GPG encrypted files that > don't change that often. That works for me, but for end-users a solution > like keepass2/keepasscx and keepass

Re: Open source, multiplatform password manager with sync capability

2025-05-07 Thread Marc SCHAEFER
Hello, On Wed, May 07, 2025 at 08:41:00AM -0600, Charles Curley wrote: > syncthing does what it calls file versioning. > https://docs.syncthing.net/users/versioning.html Aha, interesting! Thank you.

Re: Open source, multiplatform password manager with sync capability

2025-05-07 Thread Charles Curley
On Wed, 7 May 2025 15:30:57 +0200 Marc SCHAEFER wrote: > e.g. syncthing (without > history apparently) syncthing does what it calls file versioning. https://docs.syncthing.net/users/versioning.html -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/b

Re: Open source, multiplatform password manager with sync capability

2025-05-07 Thread Marc SCHAEFER
Hello, On Tue, May 06, 2025 at 10:53:08AM +0300, Anssi Saari wrote: > > Has anyone experienced the following setup: > > I wonder how fast the git repo grows as you add stuff in the keepass > database? That's indeed a good question. I liked the idea of having an history of the password database

Re: Open source, multiplatform password manager with sync capability

2025-05-06 Thread Charles Curley
On Wed, 7 May 2025 08:39:32 +0700 Max Nikulin wrote: > On 06/05/2025 16:25, Stanislav Vlasov wrote: > > I put keepassxc database in ~/Sync folder and use it on every comp + > > phone (keepass2android), sometimes simultaneously. > > Even if i does not have link to any other device (sometimes inter

Re: Open source, multiplatform password manager with sync capability

2025-05-06 Thread Max Nikulin
On 06/05/2025 16:25, Stanislav Vlasov wrote: I put keepassxc database in ~/Sync folder and use it on every comp + phone (keepass2android), sometimes simultaneously. Even if i does not have link to any other device (sometimes internet is broken), i can use credentials from local copy of database.

Re: Open source, multiplatform password manager with sync capability

2025-05-06 Thread Loris Bennett
Charles Curley writes: > On Tue, 06 May 2025 07:57:53 +0200 > "Loris Bennett" wrote: > >> I run a Nextcloud instance on a RaspberryPi and then use the Nextcloud >> client on my laptop and on my Android phone to sync my important >> files, including my KeepassXC database. Additionally the Nextcl

Re: Open source, multiplatform password manager with sync capability

2025-05-06 Thread Charles Curley
On Tue, 06 May 2025 07:57:53 +0200 "Loris Bennett" wrote: > I run a Nextcloud instance on a RaspberryPi and then use the Nextcloud > client on my laptop and on my Android phone to sync my important > files, including my KeepassXC database. Additionally the Nextcloud > instance creates periodic s

Re: Open source, multiplatform password manager with sync capability

2025-05-06 Thread Stanislav Vlasov
вт, 6 мая 2025 г. в 00:16, Marc SCHAEFER : > On a standard system (Debian GNU/Linux): > > - install keepassxc, create a master password and a database file > [ alternative: keepass2, but mono dependancy ] > - make sure that database file is on a git, pushable to a > remote repository (I like

Re: Open source, multiplatform password manager with sync capability

2025-05-06 Thread Anssi Saari
Marc SCHAEFER writes: > Has anyone experienced the following setup: I wonder how fast the git repo grows as you add stuff in the keepass database? Personally, for sharing a keepass database between Linux/Android/Windows computers I use keepass2 and keepass2android and the database is online, a

Re: Open source, multiplatform password manager with sync capability

2025-05-05 Thread Loris Bennett
Marc SCHAEFER writes: > Hello, > > Has anyone experienced the following setup: > > On a standard system (Debian GNU/Linux): > > - install keepassxc, create a master password and a database file > [ alternative: keepass2, but mono dependancy ] > > - make sure that database file is on a git, push

Re: Open source, multiplatform password manager with sync capability

2025-05-05 Thread Max Nikulin
On 05/05/2025 21:59, Marc SCHAEFER wrote: - install keepassxc, create a master password and a database file [ alternative: keepass2, but mono dependancy ] - make sure that database file is on a git, pushable to a remote repository (I like git-on-SSH), and push/commit it when required

Re: Open source, multiplatform password manager with sync capability

2025-05-05 Thread Eduardo M KALINOWSKI
On 05/05/2025 11:59, Marc SCHAEFER wrote: Has anyone experienced the following setup: On a standard system (Debian GNU/Linux): - install keepassxc, create a master password and a database file [ alternative: keepass2, but mono dependancy ] - make sure that database file is on a git, pushabl

Open source, multiplatform password manager with sync capability

2025-05-05 Thread Marc SCHAEFER
Hello, Has anyone experienced the following setup: On a standard system (Debian GNU/Linux): - install keepassxc, create a master password and a database file [ alternative: keepass2, but mono dependancy ] - make sure that database file is on a git, pushable to a remote repository (I like gi