(use-package ivy-pass
:ensure t
:init
(setq password-store-password-length 32)
:bind
("C-x p" . ivy-pass))