How to Use Pass Which Is a Command Line Password Manager

Поделиться
HTML-код
  • Опубликовано: 2 июл 2024
  • It's an offline terminal based secure password manager that uses your GPG key for encryption.
    Hit the subscribe button to receive more videos like this!
    REFERENCE LINKS
    ---------------------------------------------------
    ► nickjanetakis.com/blog/how-to...
    ► www.passwordstore.org/
    COURSES
    ---------------------------------------------------
    Courses I've created that focus on web dev and deployment topics.
    ► nickjanetakis.com/courses/
    THE TOOLS I USE / GEAR
    ---------------------------------------------------
    ► nickjanetakis.com/blog/the-to...
    FOLLOW ME ELSEWHERE
    ---------------------------------------------------
    ► Twitter: / nickjanetakis
    ► GitHub: github.com/nickjj
    TIMESTAMPS
    ---------------------------------------------------
    0:00 -- Intro
    0:50 -- A drive-by of pass' features
    4:17 -- Downloading pass and its optional extensions / clients
    5:03 -- Setting a custom directory only for this video
    6:24 -- Initialize pass
    7:55 -- Inserting and overwriting a new entry
    9:37 -- Removing entries
    9:50 -- Multi-line inserts
    11:13 -- Generating random passwords
    13:52 -- Skimming the man pages and searching, moving, copying, etc. entries
    17:45 -- Watch me fail to use the git feature for the first time

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

  • @pstoa
    @pstoa Год назад +1

    Pass is awesome. Great intro Nick! I also use it outside the terminal with rofi.

  • @richardwayne809
    @richardwayne809 11 месяцев назад +1

    Do a 'pass init what@ever' then 'pass git init'
    After that use 'pass git ' as needed.

  • @cadcaetutorial2039
    @cadcaetutorial2039 Год назад +2

    This tuto is so nice sir

  • @ojasbhagavath5484
    @ojasbhagavath5484 Год назад +1

    Amazing video. Thank you!

  • @iiwi758
    @iiwi758 9 месяцев назад +1

    Pretty neat little tool. Only thing missing to me is a way to generate diceware passphrases.
    Great video.

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

      Thanks. Yep, that would be handy since [wf)~:lXqtdaDc.^+2VO]76io};7V` is a tad difficult to remember and manually type if you had to.

  • @inteliconn995
    @inteliconn995 Год назад +1

    Thanks!

  • @cadcaetutorial2039
    @cadcaetutorial2039 Год назад +2

    Very well

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

    I use Nextcloud Passwords but I like this one to :)

  • @nerdycatgamer
    @nerdycatgamer 11 часов назад

    Im wanting to switch over to pass, but I'm new to gpg as well so that leads to a bit of confusion. I understand that, when moving your keys to a new device, you can simply export them to files, ftp (or whatever) them over, and import them; however, i remember you saying in the gpg video that a laptop should have a shorter expiry period for the gpg key. so, when I copy over my pass files to a new system, and then import my gpg key to decrypt them, how should i handle this issue? thanks :D

    • @NickJanetakis
      @NickJanetakis  11 часов назад +1

      You can keep renewing your key after it expires. You can proceed with your normal plan of backing them up between devices.

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

    Is there an easy way to update all passwords to a new gpg Key?

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

      I've never done it but askubuntu.com/a/935508 hints it's possible. Let us know how it goes. I'd for sure make a backup before doing anything.

  • @nnutipa
    @nnutipa Год назад +1

    ... let's just make pretend that didn't happen at all😆😆😆

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

    Looks too complex workflow. I'd suggest KeePassXC

    • @NickJanetakis
      @NickJanetakis  Год назад +2

      It comes down to personal preference. I never used KeePassXC but it looks like a general purpose GUI password manager. Pass is focused on the command line experience. In my opinion these are targeting different use cases.

    • @pittiplatsch6248
      @pittiplatsch6248 Год назад +1

      @@NickJanetakis i dont want to try to convince you or anyone of what tools to use, but on the point of the command line experience keepassxc comes with the keepassxc-cli which was as scriptable as pass seems. so not trying to say that keepassxc is better or anything, but it seemed to me that you weren't aware of that cli (not that it really matters though lol). however somethings that the gui keepassxc handles nicely like ssh-agent integrations didnt seem to work with the cli tool.