Skip to content

A web servce to safely store and retrieve passwords (or more generically key-value pairs). The ultimate goal is to manage all your passwords remembering just one or two passwords.

License

julitopower/PasswordManagementService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Management Service

Web service to manage multiple passwords by just remembering one or two master ones. Call it a super safe key-value storage in the cloud.

API

METHOD PATH BODY RESPONSE

PUT /key/$key_id$ {"value":"$value$"} 201 Created 200 OK

GET /key/$key_id$ 200 OK

Work in progres

Open Source License.

Author: Julio Delgado Mangas (julio.delgadomangas@gmail.com)

About

A web servce to safely store and retrieve passwords (or more generically key-value pairs). The ultimate goal is to manage all your passwords remembering just one or two passwords.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published