<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Increase length of app passwords]]></title><description><![CDATA[<p dir="auto">I think it’s less than 20 characters. +50 characters would be nice. +100 would be ideal. Is there a technical reason why it’s this low?</p>
<p dir="auto">Dashboard &gt; profile &gt; app passwords &gt; generate</p>
]]></description><link>https://forum.cloudron.io/topic/7908/increase-length-of-app-passwords</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 10:19:40 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/7908.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Nov 2022 23:36:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Increase length of app passwords on Fri, 04 Nov 2022 12:02:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> It sure did. I thought it was a simple matter of brute forcing 16 characters. I’m glad that’s not the case. Thanks for the clarification!</p>
]]></description><link>https://forum.cloudron.io/post/55366</link><guid isPermaLink="true">https://forum.cloudron.io/post/55366</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Fri, 04 Nov 2022 12:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to Increase length of app passwords on Fri, 04 Nov 2022 08:03:54 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty Internally, the password is 64 bits / 8 bytes. It's random 8 bytes , so not just the ascii space. This password is then stored hashed in the database.</p>
<p dir="auto">Cracking this is a lot of "work". For example, <a href="https://security.stackexchange.com/questions/43683/is-it-possible-to-brute-force-all-8-character-passwords-in-an-offline-attack" target="_blank" rel="noopener noreferrer nofollow ugc">https://security.stackexchange.com/questions/43683/is-it-possible-to-brute-force-all-8-character-passwords-in-an-offline-attack</a> has some numbers and that's only over 96 characters in each byte as opposed to our 256 characters range. Most rainbow tables also won't work because our character set is broader.</p>
<p dir="auto">Hope that clarifies the logic.</p>
]]></description><link>https://forum.cloudron.io/post/55352</link><guid isPermaLink="true">https://forum.cloudron.io/post/55352</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 04 Nov 2022 08:03:54 GMT</pubDate></item><item><title><![CDATA[Reply to Increase length of app passwords on Fri, 04 Nov 2022 04:07:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> Interesting to learn about SFTP limits. That limit doesn't apply to mail and other apps though. The reason I brought this up is because (iirc that is) nextcloud won't log in on iOS if 2FA TOTP plugin is installed &amp; active for the user. I think I had to temporarily disable TOTP, log into the app on the phone, and then re-enable 2FA in NC.</p>
<p dir="auto">Edit: here are the apps that I have installed and can make use of the generated app passwords:</p>
<ul>
<li>mail client</li>
<li>wekan (app)</li>
<li>alltube (app)</li>
<li>etherpad (app)</li>
<li>matrix (app)</li>
<li>wordpress (app &amp; sftp)</li>
<li>surfer (app &amp; sftp)</li>
<li>paperless (sftp only)</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/55347</link><guid isPermaLink="true">https://forum.cloudron.io/post/55347</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Fri, 04 Nov 2022 04:07:37 GMT</pubDate></item><item><title><![CDATA[Reply to Increase length of app passwords on Fri, 04 Nov 2022 03:25:01 GMT]]></title><description><![CDATA[<p dir="auto">It's 16 chars and <a href="https://www.ssh.com/academy/iam/password-strength" target="_blank" rel="noopener noreferrer nofollow ugc">this is best practice</a> for SFTP. There are technical limits for some older clients (where 16 is the limit and special chars can break the setup) and 16 char random letters+numbers is pretty much impossible to break at the moment. More might be better but in this case it is still enough to rely on.</p>
]]></description><link>https://forum.cloudron.io/post/55345</link><guid isPermaLink="true">https://forum.cloudron.io/post/55345</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Fri, 04 Nov 2022 03:25:01 GMT</pubDate></item></channel></rss>