0

Çoklu Komut Satırı Şifre Yöneticisi

Passpie renkli ve yapılandırılabilir arayüzü ile terminalden şifreleri yönetmek için bir komut satırı aracıdır. Giriş kimlik bilgilerinin şifresini çözmek, panoya şifreleri kopyalamak, bir git deposu ile senkronize etmek, şifrelerinizin durumunu kontrol etmek ve daha fazlasını yapmak için bir ana parola kullanın.
Şifre dosyaları GnuPG kullanılarak şifrelenir ve yaml metin dosyalarına kaydedilir. Passpie Linux, OSX ve Windows destekler.

Neye benziyor? İşte basit bir Passpie kullanımının bir örneği:

passpie init
passpie add foo@example.com --random
passpie add bar@example.com --pattern "[0-9]{5}[a-z]{5}"
passpie update foo@example --comment "Hello"
passpie
passpie copy foo@example.com

Çıktısı ;

===========  =======  ==========  =========
Name         Login    Password    Comment
===========  =======  ==========  =========
example.com  bar      ********
example.com  foo      ********    Hello
===========  =======  ==========  =========
Password copied to clipboard

Örnek uzak passpie veritabanını kontrol edin: https://github.com/marcwebbie/passpiedb.

Yüklemek

pip install passpie

Veya bir mac’teyseniz, brew ile yükleyin:

brew install passpie

Bağımlılar
Passpie şifreleme için Gnupg‘ye bağlı

Komutlar

Usage: passpie [OPTIONS] COMMAND [ARGS]...

Options:
  -D, --database TEXT  Database path or url to remote repository
  --autopull TEXT      Autopull changes from remote pository
  --autopush TEXT      Autopush changes to remote pository
  --config PATH        Path to configuration file
  -v, --verbose        Activate verbose output
  --version            Show the version and exit.
  --help               Show this message and exit.

Commands:
  add       Add new credential to database
  complete  Generate completion scripts for shells
  config    Show current configuration for shell
  copy      Copy credential password to clipboard/stdout
  export    Export credentials in plain text
  import    Import credentials from    path
  init      Initialize new passpie database
  list      Print credential as a table
  log       Shows passpie database changes history
  purge     Remove all credentials from database
  remove    Remove credential
  reset     Renew passpie database and re-encrypt...
  search    Search credentials by regular expressions
  status    Diagnose database for improvements
  update    Update credential

Learn more

Download Passpie

 

Kaynak : https://www.kitploit.com/2019/07/passpie-multiplatform-command-line.html

 

EMP Silah Teknolojisi

Previous article

RoboForm Şifre Yöneticisi Nedir ?

Next article

You may also like

Comments

Bir Cevap Yazın