{"id":1240,"date":"2021-12-16T11:59:16","date_gmt":"2021-12-16T08:59:16","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/25\/how-to-use-the-authpass-password-manager-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/25\/how-to-use-the-authpass-password-manager-on-linux\/"},"modified":"2021-12-16T11:59:16","modified_gmt":"2021-12-16T08:59:16","slug":"how-to-use-the-authpass-password-manager-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1240-how-to-use-the-authpass-password-manager-on-linux\/","title":{"rendered":"How to use the AuthPass password manager on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>AuthPass is an open-source password manager for Android, iOS, Linux, Mac OS, and Windows. It is secure and a great way to save your passwords and sensitive information. In this guide, we\u2019ll show you how to set up AuthPass on Linux and how to use it too.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409874 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-authpass-password-manager-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"893\"\/><\/p>\n<h2>Installing AuthPass on Linux<\/h2>\n<p>AuthPass supports Linux through the Ubuntu Snap store. However, they also have a generic TarGZ release for those that would prefer not to install the Snap release of the app.<\/p>\n<p>To install AuthPass on your Linux PC, start by opening up a terminal window. You can open up a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, the installation of AuthPass can begin. Using the installation instructions below, get the AuthPass app up and running on your computer.<\/p>\n<h4>Snap package<\/h4>\n<p>AuthPass is available for all Linux users as a Snap package in the Ubuntu Snap Store. The Snap store is a great way to go for this app, as the developers can push out fast updates instantaneously.<\/p>\n<p>To install AuthPass on your system as a Snap package, you will need to have the Snapd runtime configured on your computer. Setting up the Snapd runtime is relatively easy. Follow our guide on how to set up Snaps for more information.<\/p>\n<p>With the Snap package runtime set up on your Linux computer, install AuthPass using the\u00a0<strong>snap install<\/strong> command down below.<\/p>\n<pre>\nsudo snap install authpass\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>If you\u2019re on Arch Linux, you\u2019ll be able to install the AuthPass TarGZ release on your computer via the AUR. Using the <strong>pacman<\/strong> command and set up the \u201cgit\u201d and \u201cbase-devel\u201d packages to start the installation.<\/p>\n<p>sudo pacman -S git base-devel<\/p>\n<p>With the two packages installed, it is time to set up the Trizen AUR helper. This program will automate the installation of AuthPass from the AUR, so you do not have to do it by hand.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>Now that the Trizen application is set up on your computer use the <strong>trizen -S<\/strong> command to get the AuthPass application working on your computer.<\/p>\n<pre>\ntrizen -S authpass-bin\n<\/pre>\n<h4>Generic Linux<\/h4>\n<p>The generic Linux release of AuthPass doesn\u2019t require any installation. Instead, it can be launched as soon as it is downloaded. Here\u2019s how to get the generic version of AuthPass working on your Linux computer.<\/p>\n<p>First, use the <strong>wget<\/strong> download command to grab the latest release of AuthPass from GitHub.<\/p>\n<pre>\nwget https:\/\/github.com\/authpass\/authpass\/releases\/download\/v1.9.4\/authpass-linux-1.9.4_1872.tar.gz\n<\/pre>\n<p>Next, extract the AuthPass TarGZ archive using the <strong>tar xvf<\/strong> command.<\/p>\n<pre>\ntar xvf authpass-linux-1.9.4_1872.tar.gz\n<\/pre>\n<p>Upon extracting the AuthPass TarGZ archive, a folder named \u201cauthpass\u201d will appear in your home folder. Using the <strong>CD<\/strong> command, move into this folder. Then, start up the app using .<strong>\/authpass<\/strong>.<\/p>\n<pre>\ncd ~\/authpass\/\n.\/authpass\n<\/pre>\n<h2>How to use the AuthPass password manager<\/h2>\n<p>To set up AuthPass on your Linux computer, start by opening the app. With the app open, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Inside of AuthPass, find the \u201cNew to KeePass\u201d button and click on it with the mouse. Selecting this option will allow you to create a new password database.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409874 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-authpass-password-manager-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"893\"\/><\/p>\n<p><strong>Step 2:<\/strong> Upon selecting the \u201cNew to KeyPass\u201d button, a new window will appear. In it, you\u2019ll be asked to name your new database and set a secure master password.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409943 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-the-authpass-password-manager-on-linux.png\" alt=\"\" width=\"1200\" height=\"714\"\/><\/p>\n<p>Be sure to use a memorable and secure password. Do not lose this password, as you will not be able to reset it! However, do not write it down on a piece of paper, as someone could gain access to your password vault.<\/p>\n<p><strong>Step 3:<\/strong> After writing in your new master password, find the \u201cCreate Database\u201d button and click on it with the mouse. Once you\u2019ve selected the button, the database will be created.<\/p>\n<p><strong>Step 4:<\/strong> With the new database made, AuthPass will ask you to add a new password. Click on the \u201cAdd Password\u201d button inside the app to add a new password to AuthPass.<\/p>\n<p><strong>Step 5:<\/strong> Find the \u201cTitle\u201d box, and write in the name of the login you\u2019re adding to AuthPass.<\/p>\n<p><strong>Step 6:<\/strong> Locate the \u201cUser\u201d text box, and click on it with the mouse. Then, write in the name of the username for the new login you\u2019re adding to AuthPass.<\/p>\n<p><strong>Step 7:<\/strong> Find the \u201cPassword\u201d box, and click on it with the mouse. Inside the box, write in the password for the login you\u2019re adding to your AuthPass vault.<\/p>\n<p>Need to generate a new password? Select the menu button to the right of the \u201cPassword\u201d field, and select the \u201cPassword Generator\u201d button.<\/p>\n<p><strong>Step 8:<\/strong> Find the \u201cWebsite\u201d text box, and click on it with the mouse. Then, paste the website URL into the text box.<\/p>\n<p>When you\u2019ve added all the information to your new AuthPass entry, click on the save icon to save it. Repeat this process to add more items to your AuthPass password box.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles AuthPass is an open-source password manager for Android, iOS, Linux, Mac OS, and Windows. It is secure and a great way to save your passwords and sensitive information. In this guide, we\u2019ll show you how to set up AuthPass on Linux and how to use it too. Installing AuthPass on Linux AuthPass supports &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1241,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1240"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1240"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1240\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1241"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}