<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7822&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Basic local password manager]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7822</link>
		<description><![CDATA[The most recent posts in Basic local password manager.]]></description>
		<lastBuildDate>Thu, 26 Feb 2026 18:08:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Basic local password manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62491#p62491</link>
			<description><![CDATA[<p>The VuuPass basic password manager is now up on my Sourceforge, I decided to just make a compressed file and put it there for easy access rather than posting a lot of code to forums or replying to the e-mails i&#039;ve gotten about it, I have not made a .deb package yet, this is just for preliminary testing and includes the binaries and source for both the standard and portable versions, and a readme.txt (also displayed on the download page) with instructions for use and also for compiling your own custom version.</p><p>Note that I included a .desktop for the standard version in case you want to do a full manual install, but there&#039;s not one for the portable version, it doesn&#039;t need one, just drop the binary on a USB stick and click it to run, it will do the rest.</p><p>It probably goes without saying but you need gtk3 and libsodium onboard to run it.</p><p><a href="https://sourceforge.net/projects/vuu-do/files/Miscellaneous/apps/VuuPass/" rel="nofollow">https://sourceforge.net/projects/vuu-do … s/VuuPass/</a></p><p>Remember, this is first test of experimental software, test only with dummy data for now until more test results come in.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Thu, 26 Feb 2026 18:08:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62491#p62491</guid>
		</item>
		<item>
			<title><![CDATA[Re: Basic local password manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62443#p62443</link>
			<description><![CDATA[<p>Almost there, did some good work in the last few days:</p><p>EDIT: Even better, done a lot of nice work in the last few days, getting close.</p><p><span class="postimg"><img src="https://imgdump5.novarata.net/1nfey7.png" alt="1nfey7.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Wed, 25 Feb 2026 03:57:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62443#p62443</guid>
		</item>
		<item>
			<title><![CDATA[Re: Basic local password manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62321#p62321</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>ah, i was kinda expecting ya to build a gui wrapper for pass(1)</p></div></blockquote></div><p>A reasonable assumption, my MO is exactly that kind of thing. But in doing research for this, it seemed like libsodium was the &quot;gold standard&quot; for this sort of thing, and their docs are actually not bad, relevant portion:<br /><a href="https://doc.libsodium.org/doc/quickstart" rel="nofollow">https://doc.libsodium.org/doc/quickstart</a></p><p>&quot;One-shot encryption where everything fits in memory</p><p>&#160; &#160; Create a secret key using crypto_secretbox_keygen().</p><p>&#160; &#160; Create a nonce using randombytes_buf(nonce, sizeof nonce).</p><p>&#160; &#160; Use crypto_secretbox_easy() to encrypt the message and send/store the resulting ciphertext along with the nonce. Unlike the key, the nonce doesn&#039;t have to be secret.</p><p>&#160; &#160; Use crypto_secretbox_open_easy() to decrypt the ciphertext using the same key and nonce.&quot;</p><p>So I thought hell I can muddle through that, and it would be a real step above base64, lol.</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 20 Feb 2026 01:05:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62321#p62321</guid>
		</item>
		<item>
			<title><![CDATA[Re: Basic local password manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62319#p62319</link>
			<description><![CDATA[<p>ah, i was kinda expecting ya to build a gui wrapper for pass(1), since that was one of the suggestion for building a complete replacement to stuff like keepassxc in the thread where keepassxc was discussed, there were more suggestion in that thread tho.</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Fri, 20 Feb 2026 00:59:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62319#p62319</guid>
		</item>
		<item>
			<title><![CDATA[Re: Basic local password manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62318#p62318</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>using pass as the &quot;backend&quot; or rolled out your own?</p></div></blockquote></div><p>Libsodium. Simple text DB, no sqlite or json deps. .</p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 20 Feb 2026 00:54:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62318#p62318</guid>
		</item>
		<item>
			<title><![CDATA[Re: Basic local password manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62317#p62317</link>
			<description><![CDATA[<p>using pass as the &quot;backend&quot; or rolled out your own?</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Fri, 20 Feb 2026 00:37:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62317#p62317</guid>
		</item>
		<item>
			<title><![CDATA[Basic local password manager]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62315#p62315</link>
			<description><![CDATA[<p>Yeah so for anyone who stumbles in here thinking there may be something shiny, you don&#039;t know me so let me explain: I make dirt-simple boring featureless apps.</p><p>And that&#039;s what this is, so basic it hurts, no autofill or anything like that, basically just a sort of text-editor with encryption. You have to manually enter all your info, and to use it you&#039;ll need to copy/paste the info into whatever browser you&#039;re using. I may add a couple more things later, but i&#039;m done for today and it actually works!</p><p><span class="postimg"><img src="https://imgdump5.novarata.net/b2lb76.jpg" alt="b2lb76.jpg" /></span></p><p><span class="postimg"><img src="https://imgdump5.novarata.net/e99x34.jpg" alt="e99x34.jpg" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Thu, 19 Feb 2026 23:28:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62315#p62315</guid>
		</item>
	</channel>
</rss>
