Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

sweetp-password-manager

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sweetp-password-manager

Password management for Sweetp.

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Description

NPM version

This services can manage passwords in a simple way, accessable by other services. The password are stored encrypted in a json file in the .sweetp directory. The main purpose of this service is to prevent the storage of clear text passwords in files on your harddisc. Its not the most secure password manager built by human kind!

TODOs

  • set timeout to remove master password from memory. This makes safe stronger, but forces user to type the password again and again.

Usage

with password dialog (called by user)

sweetp -u http://localhost:7788 password manager authenticate
sweetp -Pusername=foo -u http://localhost:7788 password manager set
sweetp -Pkey=test -u http://localhost:7788 password manager get

without password dialog (called by service)

sweetp -u -PmasterPassword=foobar http://localhost:7788 password manager authenticate
sweetp -Pusername=foo -Ppassword=bar -u http://localhost:7788 password manager set
sweetp -Pkey=test -u http://localhost:7788 password manager get

Keywords

sweetp

FAQs

Package last updated on 08 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts