<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Password on ISG Blog · D-MATH</title><link>https://isg-blog.math.ethz.ch/tags/password/</link><description>Recent content in Password on ISG Blog · D-MATH</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Thu, 25 Jun 2026 21:29:22 +0200</lastBuildDate><atom:link href="https://isg-blog.math.ethz.ch/tags/password/index.xml" rel="self" type="application/rss+xml"/><item><title>Password manager</title><link>https://isg-blog.math.ethz.ch/posts/password-manager/</link><pubDate>Wed, 13 May 2026 14:53:36 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/password-manager/</guid><description>&lt;p&gt;This is a short guide for safely storing and (optionally) synchronising your passwords across your devices using &lt;strong&gt;KeePassXC&lt;/strong&gt; (free, open source, cross-platform) and your &lt;strong&gt;Polybox&lt;/strong&gt; account for synchronisation.&lt;/p&gt;
&lt;h2 id="why-use-a-password-manager"&gt;Why use a password manager?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Every service should have a &lt;strong&gt;unique, strong password&lt;/strong&gt; — you cannot remember dozens of them, so let software do it.&lt;/li&gt;
&lt;li&gt;You only have to remember &lt;strong&gt;one strong master password&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Auto-fill in the browser is faster &lt;em&gt;and&lt;/em&gt; safer than typing.&lt;/li&gt;
&lt;li&gt;You keep an encrypted backup of all your credentials.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="why-keepassxc"&gt;Why KeePassXC?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Open source and runs natively on Linux, macOS, and Windows.&lt;/li&gt;
&lt;li&gt;Your passwords are stored in a &lt;strong&gt;single encrypted file&lt;/strong&gt; (&lt;code&gt;.kdbx&lt;/code&gt;) that you fully control — no third-party cloud, no subscription.&lt;/li&gt;
&lt;li&gt;Compatible clients exist for &lt;strong&gt;Android&lt;/strong&gt; (KeePassDX) and &lt;strong&gt;iOS&lt;/strong&gt; (KeePassium, Strongbox).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="install-keepassxc"&gt;Install KeePassXC&lt;/h2&gt;
&lt;p&gt;On our &lt;strong&gt;Linux&lt;/strong&gt; devices KeePassXC is preinstalled and on our &lt;strong&gt;macOS&lt;/strong&gt; devices it can be installed via the ETH Self Service App if it is not already present.&lt;/p&gt;</description></item><item><title>Changing your password</title><link>https://isg-blog.math.ethz.ch/posts/change-password/</link><pubDate>Wed, 17 May 2023 10:49:51 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/change-password/</guid><description>&lt;p&gt;You can change your &lt;strong&gt;ETH passwords&lt;/strong&gt; using the web center at &lt;a href="https://passwort.ethz.ch"&gt;https://passwort.ethz.ch&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After you log in, click on “Self Service” and then on “Change password”. Then select a group of passwords that you want to change (LDAPS, Active Directory, Radius), enter the new password twice and click on “Save” (note the policies on bottom).&lt;/p&gt;
&lt;p&gt;On the other side you also can change your &lt;strong&gt;D-MATH password&lt;/strong&gt; (actually for desktop login, &lt;a href="../sftp/"&gt;sftp&lt;/a&gt; and a few other applications incl. “t3”-applications) using one of the following tools:&lt;/p&gt;</description></item><item><title>How to Protect a Webpage with a Password</title><link>https://isg-blog.math.ethz.ch/posts/webpage-with-password/</link><pubDate>Wed, 17 May 2023 10:40:06 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/webpage-with-password/</guid><description>&lt;p&gt;Suppose you want to protect the sub-page “secure” of your homepage with a password; that is, you want the visitors to be asked for a username and a password when accessing a webpage:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://people.math.ethz.ch/~USERNAME/secure/"&gt;https://people.math.ethz.ch/~USERNAME/secure/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To do that you first have to create the directory “secure” with the correct permissions:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;mkdir ~/www/secure
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;chmod &lt;span style="color:#ae81ff"&gt;755&lt;/span&gt; ~/www/secure
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Then you have to create a kind of configuration file in that directory, named &lt;em&gt;.htaccess&lt;/em&gt; with the following content (you can use emacs, xemacs, vi, … as editor)&lt;/p&gt;</description></item></channel></rss>