Acme-CPANModules-CLI-PasswordManager
    
    
  
  
  
view release on metacpan or search on metacpan
    Password manager CLIs are command-line tools which you can use to store
    and retrieve password entries.
    If you know of others, please drop me a message.
ACME::CPANMODULES ENTRIES
    App::PasswordManager
        A simple script that lets you add, edit, list, and delete passwords
        from the CLI. Passwords are stored in "~/.password_manager.json" in
        a simple JSON object (hash) structure. Currently a very early
        release that still needs to be updated.
        Pros:
        *   simplicity.
        Cons:
        *   At the time of this writing (version 1.0.0) only the password
            hash is stored and returned, making this application unusable at
            the moment.
    
  
  
  lib/Acme/CPANModules/CLI/PasswordManager.pm view on Meta::CPAN
MARKDOWN
    entries => [
        {
            module => 'App::PasswordManager',
            script => 'password_manager',
            description => <<'MARKDOWN',
A simple script that lets you add, edit, list, and delete passwords from the
CLI. Passwords are stored in `~/.password_manager.json` in a simple JSON object
(hash) structure. Currently a very early release that still needs to be updated.
Pros:
- simplicity.
Cons:
- At the time of this writing (version 1.0.0) only the password hash is stored
  and returned, making this application unusable at the moment.
- Password must be entered as command-line argument, making it visible from
    
  
  
  lib/Acme/CPANModules/CLI/PasswordManager.pm view on Meta::CPAN
If you know of others, please drop me a message.
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<App::PasswordManager>
A simple script that lets you add, edit, list, and delete passwords from the
CLI. Passwords are stored in C<~/.password_manager.json> in a simple JSON object
(hash) structure. Currently a very early release that still needs to be updated.
Pros:
=over
=item * simplicity.
=back
Cons:
    
  
  
  
( run in 0.389 second using v1.01-cache-2.11-cpan-0a6323c29d9 )