PASS: a Password Manager & Two Factor Authentication (OTP) with no Cell Phone

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2020
  • Usually I just remember my passwords, but the program pass is very nice for storing many passwords, calling them in scripts, inserting them from a dmenu prompt and more. Crucially, with the pass-otp module, it can also do Two Factor Authentication (2FA/TFA) AKA One Time Passwords (OTP) where you use a 6-digit-password that changes every half a minute or so. Usually, normies use a cell phone for this, but you can actually just have pass do it on your computer. I actually have a dmenu prompt that gives me a list of all my OTPs to insert, and it automatically generates the six-digit password.
    Pass will be in your distro's package repository, but here's the site.
    www.passwordstore.org/
    pass-otp is probably also in your repository, but here is the Github:
    github.com/tadfisher/pass-otp
    Note that I also use the program zbarimg to convert a QR code into text that we can feed into pass-otp. It will be in your distro's package repo too.
    Pass uses GPG to encrypt and decrypt your passwords, so I also talk about making a GPG key pair. You can have your GPG unlock automatically on login with pam-gnupg:
    github.com/cruegge/pam-gnupg
    WEBSITE: lukesmith.xyz 🌐❓🔎
    DONATE: lukesmith.xyz/donate 💰😎👌💯
    OR affiliate links to things l use:
    www.epik.com/?affid=we2ro7sa6 Get a cheap and reliable domain name with Epik.
    www.vultr.com/?ref=8384069-6G Get a VPS and host a website or server for anything else.
    brave.com/luk005 Get the Brave browser.
    lbry.tv/$/invite/@Luke View my videos on LBRY. Get a bonus for joining.
    www.coinbase.com/join/smith_5to1 Get crypto-rich on Coinbase. We both get $10 in Bitcoin when you buy or sell $100 in cryptocurrencies.
  • НаукаНаука

Комментарии • 182

  • @Klayperson
    @Klayperson 3 года назад +452

    You didn't mention that it can generate random passwords that are orders of magnitude more secure than what someone could just make up. I use all generated passwords. I'm so secure that I even generated my GPG key pair password and now I am locked out of everything. Trust no one, not even yourself.

    • @goodcitizen4587
      @goodcitizen4587 3 года назад +10

      That's the ultimate security.

    • @Kanthon
      @Kanthon 2 года назад +3

      The end user is always the problem. I’m looking at you Klayperson. 👀

    • @rogo7330
      @rogo7330 9 месяцев назад

      You can generate passwords via `openssl rand -base64 ` and piping that into `tr -c -d '[:alnum:]'`, sed or whatever you want to leave only alphabetic and numeric characters in your password. You also can generate all that by yourself with a simple python script or C program, or even with a shell and some standart posix tools and /dev/random.

    • @Jordan-hz1wr
      @Jordan-hz1wr 8 месяцев назад

      😂😂😂

  • @MrJoseklon
    @MrJoseklon 3 года назад +53

    OMG it’s been so long since an upload I was getting withdrawals for not consooming

  • @carlobagnoli6746
    @carlobagnoli6746 3 года назад +122

    Oh no, Luke is uploading videos constantly, he became a normie

    • @Rustyuoiman
      @Rustyuoiman 3 года назад +11

      Ad revenue really break a nigga.

    • @felixlipski3956
      @felixlipski3956 3 года назад +9

      "I'm thinking of snipping my internet"

  • @al-du6lb
    @al-du6lb 3 года назад +13

    I recommend integrating git into pass. You will always be able to go back and view old passwords, and it makes it easy to clone and share with other machines. Once it's set up, pass will automatically create a commit for each password you insert. And as someone else mentioned, there is a generate pass word option which is very nice. Once last thing, you can use -c to copy to your clipboard and it will disappear in the amount of time you set in your .rc file: `export PASSWORD_STORE_CLIP_TIME=145` (seconds)

  • @nerdbot4446
    @nerdbot4446 3 года назад +33

    0:14 "devoid of junk"?
    Unaboomer trying hard to not say the B-word

  • @repomansez
    @repomansez 3 года назад +6

    I was literally getting into Pass yesterday and today you upload this
    IMMA HAVE TO GO GET MY TIN FOIL SUIT

  • @jeetadityachatterjee6995
    @jeetadityachatterjee6995 3 года назад +4

    Pass also has a bunch of frontends for your browser / desktop which may be of interest. Passff is the Firefox extension and pass menu is a desktop agnostic dmenu implementation

  • @nimbusinu1139
    @nimbusinu1139 3 года назад +1

    Good to see you’ve went back to your old thumbnail style

  • @AlexAegisOfficial
    @AlexAegisOfficial 3 года назад

    been using pass for the pass year or so. lovely little thing

  • @davidwayne9982
    @davidwayne9982 5 месяцев назад

    THANK YOU-- great video--- I needed this.. everybody else gets longwinded and goes through a bunch of crap I don't need.. you get right to it and say simply what it is which I needed!!!!!

  • @emperorpicard6474
    @emperorpicard6474 3 года назад +3

    Just a few extra notes on pass and pass-otp:
    Pass-otp can retrieve your otp code from anywhere in the password file, so you do not need to keep the otp in a separate file. I put my otp code in the same file as my password.
    You can make your own extensions for pass, they are basically just shell scripts that go into the ".extensions" dir. I have a few, such as an extension to get the "nth" character of a password.

  • @minhajsixbyte
    @minhajsixbyte 3 года назад +1

    Didn't know about passmenu and otp
    thanks!

  • @0xdhrv
    @0xdhrv 3 года назад +2

    This very well helpful along with your other content, but I guess sometimes we need to have a portable option for our passwords, like sometimes on phone or anything, or when we are away from our home linux system

  • @kareyoke4485
    @kareyoke4485 3 года назад +4

    Hey, Luke! pass-otp is nice, but inherently flawed. It's not secure way to use 2FA, because it's basically all eggs in the same basket, which defeats whole purpose. Same problem with pam-gnupg.
    And also quick side note: you can use pinentry-curses to unlock gpg without GUI.

  • @savaged
    @savaged 2 года назад +3

    Isn't the point of otp for 2FA to provide the security of having a separate device in your possession and therefore having it on the same machine as you are entering the password flawed? (Love your videos. Big thank you)

  • @bastiand.771
    @bastiand.771 3 года назад +5

    OpenKeychain with PasswordStore uses pass and can synchronize across multiple devices using git. Worth checking out if you have an Android device (make sure to install using F-Droid and not the Play Store)

    • @maxim1152
      @maxim1152 3 года назад

      Why not play store?
      Asking for a friend😐

    • @bastiand.771
      @bastiand.771 3 года назад +1

      @@maxim1152 Play store app versions don't typically track the later versions of the applications provided on F-Droid. Its not a replacement app store, just one for free and open source applications.

  • @f23anone82
    @f23anone82 3 года назад +1

    Great video as always! Could you also cover the official browser extensions for pass (like PassFF for Firefox) and where to get the the otpauthpath for a specific web-site? I don't have qr codes for my usecase, only the numbers

  • @tommasochiti4237
    @tommasochiti4237 3 года назад +5

    Yes, this looks so cool but 2FA has to be kept on a different different device, otherwise it’s not “2 factor”. That’s why you shouldn’t use Authy on your PC, the concept is that if somebody manages to steal your PC, he also has to steal your phone. In this way, the layer of security is much higher. As long as you store passwords with it, I’m fine with that, cause apps like Bitwarden or keepass do the same thing. But that OTP feature is really insecure and counterproductive

    • @SMJSmoK
      @SMJSmoK 3 года назад +6

      Yep, it's basically "cheating" 2FA and reducing it to 1FA for the sake of convenience.

    • @rahilarious
      @rahilarious 2 года назад

      then where should I keep my OTPs? if I keep on phone, it becomes '1 factor' but PC 2fa, and if I keep on PC phone becomed 2fa and pc 1FA.
      how do u suggest to solve this? buy different phone/pc?

    • @mtf8_music
      @mtf8_music 8 месяцев назад

      i feel like you do not understand the fact encryption is involved here. This whole fascination with multiple unique physical devices in order to protect against unauthorized physical access is so completely overrated. Come take my physical machine..... I invite you. Good luck getting past LUKS just so you can start the fun of trying to compromise my encrypted private key. Meanwhile, I'll be up and running within a few minutes after I've riced another box based off a copy of my encrypted key pair along with scripts I maintain on my encrypted usb thumb drive. The mass adaption and defacto work flow of "2FA" is so grossly ignorant in that it completely disregards convenience and usability in order to appease the illusion of security. Hell, most of the "2FA dolts" who blindly adhere to the typical rituals you're talking about are running Windows or OSX.......... in other words, they're running a non-free OS completely under the control of a 3rd party they've NEVER met or contracted with. LOL. Also, If 2 devices is better than 1, why not 10? or 20? Hell, we can just sit around all day authenticating to this and that, never getting any actual work done. Also, good luck getting yourself back up and running when you lose your physical secondary device you've allowed to be so forced into your workflow. Yea, I know............ recovery keys........ sure, I get it. Good luck just the same.

  •  3 года назад +3

    Great content. I didn't know otp. Could you explore more about gpg? Like create subkeys, extract one subkey to each purpose (home/work), remove the master from the subkeys, yada yada.

  • @rae6261
    @rae6261 3 года назад +1

    better be worth it, watched 2 etoro ads for this

  • @renatooliveira3395
    @renatooliveira3395 3 года назад +2

    The otp URL "thingy" is the "Key URI", as defined at github.com/google/google-authenticator/wiki/Key-Uri-Format. :)

  • @aleksanderkrauze9304
    @aleksanderkrauze9304 3 года назад +5

    Yes, yes, yes! I was waiting so long for a video about some password manager. Now if you only recommend some backup program…

    • @LukeSmithxyz
      @LukeSmithxyz  3 года назад +9

      cp, rsync...

    • @AlexAegisOfficial
      @AlexAegisOfficial 3 года назад

      @@LukeSmithxyz + cron, inotify (or if you dont mind, through entr)

    • @aleksanderkrauze9304
      @aleksanderkrauze9304 3 года назад

      @@LukeSmithxyz Ok. But if I'd like to back up only certain directories and have snapshots of them over time. I tried to have a git repo in my home directory, but it kinda messes all of the others git repositories I have.

    • @BanjoeCommando
      @BanjoeCommando 3 года назад +1

      BorgBackup

    • @mbaltrusitis
      @mbaltrusitis 3 года назад

      Borg and optionally borgmatic does what you want. Along with client-side encryption.

  • @Arpatiko
    @Arpatiko Год назад

    Hey man thank you for all your nice video I have question to you; what if we use a phone without sim card and that never connected to wifi as ledger password manager? What is your thoughts about it! Thank you.

  • @anxo_
    @anxo_ 3 года назад +7

    if you are bloated with accounts keepass is a better alternative

  • @hringriin
    @hringriin 3 года назад

    didn't know pass is capable of otp. thanks!

  • @FyahBurn95
    @FyahBurn95 3 года назад +5

    My first password manager and probably the last I will ever use. So useful and simple of a program. Some additional stuff it can do:
    'pass generate mynewpass [X]' generates a password of length X instead of asking for inserting one. Default length is 20, I think. Use -n flag to generate an alphanumeric password.
    It has integration with git. It autogenerates commits when things change in the password store, and 'pass git' works like 'git' for the password store repo from anywhere. I only ever need to use 'pas git push' and 'pass git pull'.
    The flag -c puts the password in your clipboard instead of printing it. Useful for pass on mobile phone through termux, for example.
    If the name of the password to add contains a slash it will put it in a folder. Might be useful for organization purposes, but makes longer names.

    • @JurajOravecSGOrava
      @JurajOravecSGOrava 3 года назад +1

      With good folder structure and passmenu the longer names are helpful to search in my passwords, I set passmenu to be multiline and have around 20 lines, so it is very nice.

  • @pseudo_goose
    @pseudo_goose 3 года назад +2

    I'm curious about your opinion on key security. You mentioned that you use `pam-gnupg` to unlock your key automatically, but I've always been wary of those kinds of things. Even if it's set with a timeout of an hour, or even less, I generally use my SSH and PGP keys so often that they can be open for a relatively long time. Especially without any way for me to know when something is attempting to access my key, and for me to securely confirm that the operation is authorized. I have a physical button to confirm on my smartcard, and I even didn't use a system-wide ssh-agent until I recently found out that it has a confirmation dialog that can be enabled - I resorted to typing out a long password (~5sec) every time I wanted to use it.
    Sure, I think understanding the threat model is important, and I acknowledge that the actual risk of anyone performing such a targeted attack on my system is very low (at least in ; who knows down the line what I might be hunted down for.) Despite that, I think the additional security and peace of mind is worth the minor inconvenience of confirming a dialog or pressing a button.

  • @adjbutler
    @adjbutler 3 года назад +19

    I watch Luke because of the strong opinionated content.... so refreshing from the wishy washy content out their that says something like "if you like you can try this but if not all good nothing bad will happen"
    Best opening from Luke "In this video I'm going to talk about the only password manager that ever matters..."
    🥺

    • @manuniverse5418
      @manuniverse5418 2 года назад +1

      Agree. I would rather listen to people's strong opinions on such things as password manager then on politics

    • @abuttandahalf
      @abuttandahalf 9 месяцев назад

      This is only valid if you're looking for entertainment and not accurate information. Opinionated people are often wrong.

    • @mtf8_music
      @mtf8_music 8 месяцев назад

      @@abuttandahalf Of course, that's just your opinion though. Interesting.

  • @mrcrackerist
    @mrcrackerist 3 года назад +1

    Interesting; looks like some more applications are going to be put on the chopping block.

  • @RafaelColladoLemon
    @RafaelColladoLemon 3 года назад

    Very useful. Thanks.

  • @delta-a17
    @delta-a17 3 года назад +2

    I would use this, but I'm not sure how to make this work with syncthing since I always try to have hardware redundancy with important data such as passwords. If it doesn't exist on at least two computers, it doesn't really exist.

  • @RuddODragonFear
    @RuddODragonFear 3 года назад

    You should also mention you can sync your passwords with Syncthing to your phone, as well s the very excellent Password Store app (available on F-Droid) to use pass and pass-otp on the go.

  • @RoynelFlores
    @RoynelFlores 3 года назад

    Best video on youtube.

  • @eniggma9353
    @eniggma9353 2 месяца назад

    Great success.

  • @kevind.shabahang
    @kevind.shabahang 3 года назад

    Thanks for your videos

  • @ambyjkl
    @ambyjkl 3 года назад

    congrats Luke on 100k subs. It's a shame they downgraded the play buttons :/

  • @sfadhjkl4112
    @sfadhjkl4112 3 года назад

    How does this integrate with a browser - copy/paste? Seems annoying. What about syncing to a mobile device? I'd like to start using an open source password manager but right now I'm using LastPass for these reasons.

  • @flesz_
    @flesz_ Год назад

    Is it possible to store keys in a different location and specify as parameter when decrypting?

  • @dmsalomon
    @dmsalomon 3 года назад

    I like bitwarden because I need android support, and my friends and family can also use it, which would not be possible with pass. I still use pass for whenever I need to automatically a password for a script, but bitwarden makes more sense for me personally.

  • @MvanderWel
    @MvanderWel 3 года назад

    If you need a graphical interface you can use qtpass

  • @vsams14
    @vsams14 3 года назад +1

    Is there a way to use pass or some other program to circumnavigate the stupid "we'll send you a text with your otp :))" bs?

  • @isthisoneunavailable
    @isthisoneunavailable 3 года назад

    I have a thinkpad with a smartcard reader....if I get a smartcard and writer, could pass use a smartcard for verification?

  • @jasperzanjani
    @jasperzanjani 2 года назад

    I miss this type of content, pre red pill Luke Smith

  • @hineko_
    @hineko_ 3 года назад

    Is there some solution with browser integration that could generate passwords and usernames and store them securely?

  • @rolandsharp
    @rolandsharp 3 года назад

    How do I use pass when I am a digital nomad soy dev? Like where do I store my private key? I can't print it and carry it around with me because it will just get lost.

  • @StefanovMilen
    @StefanovMilen 3 года назад

    With Yubikey or some other ~$40 hardware token device you can store your private GPG key in it (one way). It's much more secure and convenient to use.

  • @tato-chip7612
    @tato-chip7612 3 года назад +1

    I just noticed Luke moves his hands like Orange boomer

  • @firstuser5448
    @firstuser5448 3 года назад

    Noob here. Can someone tell me what dwm layout he's using in the beginning ?

  • @lightningx10
    @lightningx10 3 года назад

    You should try Plan 9's factotum

  • @creonte38
    @creonte38 3 года назад

    These six numbers are event based or time based?

  • @cunningham.s_law
    @cunningham.s_law 3 года назад

    should I save them on nextcloud?

  • @lizardltd
    @lizardltd 3 года назад

    Tried your LARBS 3 times now, and it keeps black screening me🤦‍♂️ it also doesn't let me to go back, so I need to reinstall manjaro every time.
    Plz help? 🔥🔥🔥

  • @douwehuysmans5959
    @douwehuysmans5959 3 года назад

    Right everything is saved locally including the private key

  • @JDStone20
    @JDStone20 3 года назад

    This is awesome. I am currently using LastPass, but I really don't like it.

  • @JoshPaulie
    @JoshPaulie 2 года назад

    Hiii Luke did you ever make a sync tutorial? I know you love gen z emotes so here's some begging eyes 🥺 There's an iOS pass client id like to sync between 🥺🥺

  • @rodolfokirchveiga5341
    @rodolfokirchveiga5341 3 года назад

    Does anyone knows how to unlock the GPG pair by default? I mean, I don't want to enter my password over and over again... I was reading about the package pam-gnupg, but I still couldn't figure it out how to achieve it.

  • @HansPeter-wo1ub
    @HansPeter-wo1ub 3 года назад +3

    what about keepass?

    • @mtf8_music
      @mtf8_music 8 месяцев назад

      Non-free software. Should NEVER be used.

  • @sunset-inn
    @sunset-inn 3 года назад

    The alternative is not to have so many accounts to consume content everywhere that you need a password manager to remember them all. Still this looks pretty good though, not gonna lie for upcummies.

  • @MrVecheater
    @MrVecheater 3 года назад

    This guy is more professional than my computer science professors with their Windows or Ubuntu systems

  • @adrianhartwig2646
    @adrianhartwig2646 3 года назад

    Hi, Luke i would appreciate it if you could make a video on how to transfer your Pass-Database to a new PC/Laptop. I tried it several times but i couldn't get it to work and i can't find a good howto either.

    • @mtf8_music
      @mtf8_music 8 месяцев назад

      scp -r ~/.password-store otherbox:

  • @andljoy
    @andljoy 3 года назад

    can it generate a random password ?
    Sync would be handy yes as then it could replace 1password.
    1password is one of the better ones as it can do OTP , no phone needed . There is a command line version for linux

    • @mtf8_music
      @mtf8_music 8 месяцев назад

      Pretty sure 1password is non-free software. Essentially, you're blindly trusting that 3rd party.

  • @TheGruselmops
    @TheGruselmops 3 года назад

    kewl

  • @pup4301
    @pup4301 3 года назад +1

    May you please make a guide on making your own email server? If not can you point out some resources that you use for your server?

    • @LukeSmithxyz
      @LukeSmithxyz  3 года назад +1

      ruclips.net/video/9zP7qooM4pY/видео.html
      github.com/lukesmithxyz/emailwiz

    • @pup4301
      @pup4301 3 года назад +1

      @@LukeSmithxyz Thank you!

  • @gery49
    @gery49 3 года назад +5

    Pass is absolutely the best, until you are forced to use Windows for work

    • @janeclifford4033
      @janeclifford4033 3 года назад

      #DM CHRIS_HACKER266 ON INSTAGRAM HE IS THE BEST#

  • @smithluke270
    @smithluke270 3 года назад +1

    On a scale of 1 to 10 what is your favorite color?

  • @rajatnegi3896
    @rajatnegi3896 3 года назад

    What about lastpass cli? Works well with qute as well!

    • @mtf8_music
      @mtf8_music 8 месяцев назад +1

      Lastpass is non-free software. That fact alone disqualifies it as a viable option.

  • @BlackOceanSociety
    @BlackOceanSociety 3 года назад

    I did a fresh install of manjaro and larbs broke it 🤔

  • @Wulfex
    @Wulfex 3 года назад +1

    Guess my biggest question is how do you backup your passwords? Can you backup passwords? That's the only thing keeping me on a cloud service.

  • @SmedleyButler1
    @SmedleyButler1 Год назад

    So, all the infosec "gurus" say Linux is far more.private but far less secure than even windows. What say you guys? Is it true running windows in a virutal box on Fedora is the safest, "most secure" for "normies" other than chrome os on a Chromebook as I've seen several infosec guys say?

  • @snipzmattio5887
    @snipzmattio5887 2 года назад

    9:45 cool, but aegis is also good

  • @openclose8915
    @openclose8915 3 года назад +7

    B-but muh yubikey...

    • @FunctionalHacker
      @FunctionalHacker 3 года назад

      You can use the GPG functionality of a YubiKey with pass too. This is what I do and I also have my OTP's in pass, so the fact that the GPG key is inside the YubiKey gives me my second factor

  • @JarppaGuru
    @JarppaGuru Год назад

    1:29 if select key expire. what happen passwords after gpg key expire. are they gone? becouse you cant generate new and get new gpg to read your passwords LOL that would be silly xD

  • @pt8306
    @pt8306 Год назад

    Redpill me on pass. I currently use KeepassXC which is minimal-ish. It has good Android support, the command line version is usable enough to work with scripts (although it's admittedly not great), and it makes SSH and GPG key passwords effectively automatic. Secret Service integration is good too. I get that pass is fundamentally simple and easy, but there are so many different authentication systems on Linux - ssh, secret-service, etc - that it really feels like I have to independently manage 3 or 4 different authentication systems independently. With KeePassXC I just run the one program, and everything is solved, including browser integration, without having to hack a bunch of scripts together. I understand the value of minimalism, but I feel like pass goes so headlong into minimalism that it doesn't really fit the use case of a good password management system anymore. I am interested in other people's opinions, though, and how they manage all of these complex interdependent authentication systems.

  • @anderson7671
    @anderson7671 3 года назад

    This video is not bloated

  • @schemerboy1005
    @schemerboy1005 3 года назад +1

    Please make a pam-gnupg tutorial, I can't get it working.

    • @kivvm
      @kivvm 3 года назад

      i second this. I feel really stupid but dont get the setup process

  • @circuitlover853
    @circuitlover853 2 года назад

    how to backup this passwordstore

  • @humanexperience75
    @humanexperience75 3 года назад

    So you could say pass isn't bloaaat?

  • @cyril6581
    @cyril6581 2 года назад

    I think a better way is to not rely primary on passwords manager. I prefer passphrase to passwords , they are easy to remember. An example will be "A dog cost $200". Simple, Easy to remember, secure enough

    • @typebrook
      @typebrook Год назад

      Yes, for some important password I use this method, like gpg passphase. But you can't remember all passwords with this. I got 214 encrypted password with pass now.

    • @mtf8_music
      @mtf8_music 8 месяцев назад

      Yes, it's a simple and well understood technique but it doesn't translate in terms of actually being usable. Don't get so hung up over the difference in terminology...... a "passphrase" is just another term for "password". Essentially, they're serving the exact same purpose. In other words, your password can be just as long and mixed as your precious "passphrase" if you want it to be. Now that we understand there's no magic here and that the lingo used is meaningless, we get into more interesting areas of the conversation which are based in the strength (how hard is it to guess or brute force) and usability of the password/passphrase/whateverothersillythingwewaanttocallit as well as how do we interact with it. On the subject of interaction alone, you're not going to be typing a sentence (using your example here) every time you access a particular thing. That'd be crazy. I mean sure, if you're into that......... So clearly, the better approach is to use a utility to pull the credential from a secure (encrypted) store, and make it accessible (we typically speak in terms of the clipboard here) so we can avoid the silly ritual (grunt work) of having to physically type it. So in the case of your precious "passphrase" approach (which really are just longer passwords), you can go ahead and use them all day but now you get to use them through a password manager in order to avoid having to manually type them (complete waste of your valuable time).

  • @itachi2011100
    @itachi2011100 3 года назад +6

    Having your password and opt in one place seems like a bad security idea, it pretty much takes away the 2 in 2 factor authentication.

    • @entelin
      @entelin 2 года назад +2

      Normally that would be true, as you know 2FA should always be comprised of something you have (the otp), and something you know (the password). In this case it's actually 3 factors, two things he has: the otp and encrypted password database via gpg, and one thing he knows: the password to unencrypt his gpg key pair. So you do still have both types.

  • @makischristou7549
    @makischristou7549 3 года назад +4

    Isn't the whole point to let the password manager generate the password if you are gonna use it?

    •  3 года назад +3

      you can type "pass generate" to create the password for you.... "pass generate -m" to type user and password on each line.

  • @Eltipoquevisteayer
    @Eltipoquevisteayer 3 года назад

    OTP, also know as "one true pair"

  • @LukasTheWizard
    @LukasTheWizard 3 года назад +1

    Keepass is mine

  • @BosakMaw
    @BosakMaw 3 года назад

    pass also supports git so you can version your passwords or backup them in a git repository. It is also safe to have them in a public repo because they are encrypted with your private key that stays on your machine and is password protected too

    • @MrHaashimAlvi
      @MrHaashimAlvi 3 года назад +4

      Anyone who reads this, don't do that

    • @mtf8_music
      @mtf8_music 8 месяцев назад

      @@MrHaashimAlvi Why? Everything the OP said is completely true. Are you just spreading alarmist FUD?

  • @ReviveNRepair
    @ReviveNRepair 3 года назад

    Now I just need to find a password manager my gpg key password

  • @MattyFez
    @MattyFez 3 года назад

    Imagine using stateful password managers. You can't get hacked if there's no file to decrypt!

  • @utsavpoudyal4421
    @utsavpoudyal4421 3 года назад

    Pass is cool but I end up using keepass because web is b1o@t3D to the point one needs a b1o@t3D password manager.

  • @VitoTafuni
    @VitoTafuni Год назад

    I use it on an iphone...

  • @ewrietz
    @ewrietz 3 года назад +2

    It looks like you updated your terminal color scheme. Do I have your permission to copy your proprietary hex codes?
    Also, I have a reeeeeeealllly important question!! Are you going to get bloated on Thanksgiving?????

  • @mtothem1337
    @mtothem1337 3 года назад +1

    One negative thing about pass is that you can't store a username.

    • @JurajOravecSGOrava
      @JurajOravecSGOrava 3 года назад +1

      you can store multiline text. The first line should be your password because the first line is used when copying to clipboard by pass. The rest is up to you, you can store username, question/answer pairs etc...

  • @Waldo-Manfred
    @Waldo-Manfred 3 года назад

    KeePassXC FTW

  • @openbordersforisrael
    @openbordersforisrael 3 года назад

    in shorter words: PASS isn't bloated

  • @obsidiansiriusblackheart
    @obsidiansiriusblackheart 3 года назад

    Did he just call OTP One Time Password? It's One Time Pin

  • @LanHikari90
    @LanHikari90 3 года назад

    Well, syncing is very important to me. I need to have my passwords and OTPs available on my consoomer Android phone. That's why I selfhost bitwarden_rs.

    • @FunctionalHacker
      @FunctionalHacker 3 года назад +3

      Pass comes with built in git support, so you can sync using any git server. I self host gitea so I use that but you could use a private GitHub repo too. Once you have your remote configured, you can just do "pass git push" and "pass git pull"
      For android, there is an app too: github.com/android-password-store/Android-Password-Store

  • @lindboknifeandtool
    @lindboknifeandtool 2 года назад

    OTPHJ

  • @MrG0CE
    @MrG0CE 3 года назад +1

    I STILL WAIT FOR UR BLACK-ARCH REPOSITORYTUTOS !! :P

  • @ac130kz
    @ac130kz 3 года назад

    Luke Smith: I'm giving up my war on bloat
    also Luke Smith 10 hours later: PASS is the best because it's minimal and devoid of junk

  • @sneedmyseedsnogger
    @sneedmyseedsnogger 3 года назад +5

    Nah I'm staying with Bitwarden

  • @justpresto6664
    @justpresto6664 3 года назад

    One day Luke post a video about trusting your passwords to google, in another day he post a tool for storing passwords. Something is not right

  • @leeoswald668
    @leeoswald668 3 года назад

    $ pass ioni... Init

  • @David-gs8cd
    @David-gs8cd 3 года назад

    Some time ago I wrote my own script for 2fa.. Maybe will be useful for somebody.
    github.com/kohutd/2fash