{"id":24789401,"url":"https://github.com/detunized/lastpass-sharp","last_synced_at":"2025-10-12T13:30:39.879Z","repository":{"id":13360241,"uuid":"16047799","full_name":"detunized/lastpass-sharp","owner":"detunized","description":"LastPass C# API","archived":false,"fork":false,"pushed_at":"2024-01-19T22:00:57.000Z","size":314,"stargazers_count":37,"open_issues_count":0,"forks_count":54,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-01-19T23:23:58.876Z","etag":null,"topics":["api","c-sharp","c-sharp-library","dotnet","lastpass","password-manager"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/detunized.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-19T14:49:21.000Z","updated_at":"2024-01-19T22:01:01.000Z","dependencies_parsed_at":"2022-09-02T12:52:39.423Z","dependency_job_id":null,"html_url":"https://github.com/detunized/lastpass-sharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Flastpass-sharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Flastpass-sharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Flastpass-sharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/detunized%2Flastpass-sharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/detunized","download_url":"https://codeload.github.com/detunized/lastpass-sharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236219936,"owners_count":19114261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","c-sharp","c-sharp-library","dotnet","lastpass","password-manager"],"created_at":"2025-01-29T17:17:28.468Z","updated_at":"2025-10-12T13:30:39.486Z","avatar_url":"https://github.com/detunized.png","language":"C#","readme":"LastPass C# API\n===============\n\n## No longer supported\n\nThis project is no longer supported. There's a fully supported and regularly \nupdated C# library that implements access to a veriety of password managers, \nincluding LastPass. Please check out \n[Password Manager Access](https://github.com/detunized/password-manager-access).\n\n---\n\n**This is unofficial LastPass API.**\n\nThis is a port of [Ruby API](https://github.com/detunized/lastpass-ruby).\n\nThis library implements fetching and parsing of LastPass data.  The library is\nstill in the proof of concept stage and doesn't support all LastPass features\nyet.  Only account information (logins, passwords, urls, etc.) is available so\nfar.\n\nThere is a low level API which is used to fetch the data from the LastPass\nserver and parse it. Normally this is not the one you would want to use. What\nyou want is the `Vault` class which hides all the complexity and exposes all\nthe accounts already parsed, decrypted and ready to use. See the example\nprogram for detail.\n\nA quick example of accessing your account information:\n\n```csharp\nusing LastPass;\n\nvar vault = Vault.Create(username, password);\nforeach (var i in vault.Accounts)\n    Console.WriteLine(\"{0}: {1}, {2}\", i.Name, i.Username, i.Password);\n```\n\nThe blob received from LastPass could be safely stored locally (it's well\nencrypted) and reused later on.\n\n\nContributing\n------------\n\nContribution in any form and shape is very welcome.  Have comments,\nsuggestions, patches, pull requests?  All of the above are welcome.\n\n\nLicense\n-------\n\nThe library is released under [the MIT\nlicense](http://www.opensource.org/licenses/mit-license.php).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetunized%2Flastpass-sharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdetunized%2Flastpass-sharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdetunized%2Flastpass-sharp/lists"}