Coder Social home page Coder Social logo

atlasalpha / password-manager-access Goto Github PK

View Code? Open in Web Editor NEW

This project forked from detunized/password-manager-access

0.0 0.0 0.0 3.11 MB

Password Manager Access for .NET in C#

License: MIT License

C# 98.60% HTML 0.86% JavaScript 0.48% Shell 0.06%

password-manager-access's Introduction

Password Manager Access for .NET in C#

Build status Build Status NuGet Badge

Password Manager Access provides read only access API to various online password managers. This unified library is a successor to a bunch of independent libraries written in the past, such as lastpass-sharp, 1password-sharp and dashlane-sharp

The following services are supported by this library:

Additionally the library provides support for parsing and decryption of the offline OpVault vault format.

All services support basic log in, retrieve, decrypt, log out sequence. Though the modules providing support for different services are quite similar, they do not provide a unified interface. That is mainly due to the differences in the API and the data provided by the services themselves.

A typical work flow with simple password authentication looks like this:

var vault = Vault.Open("username",
                       "password",
                       new ClientInfo(Platform.Desktop,
                                      "device-id",
                                      "client-description"),
                       null);

foreach (var a in vault.Accounts)
    Console.WriteLine($"{a.Name}: {a.Username} {a.Password} {a.Url}");

This code snippet downloads and decrypts a LastPass vault and prints all the accounts to the standard output. For the fully working example please refer to the examples folder in this repo.

License

The library is released under the MIT license. See LICENSE for details.

password-manager-access's People

Contributors

detunized avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.