Home
Softono
d

detunized

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by detunized

password-manager-access
Open Source

password-manager-access

Password Manager Access for .NET in C is a read-only API library that provides unified access to multiple online password managers. It serves as a successor to several independent libraries and consolidates support for 1Password, Bitwarden, Dashlane, LastPass, ProtonPass, RoboForm, Sticky Password, True Key, and Zoho Vault. The library also supports parsing and decryption of the offline OpVault vault format used by 1Password. Each supported service offers a basic workflow of logging in, retrieving and decrypting vault contents, and logging out. The library does not provide a single unified interface across services due to differences in their APIs and data models. Developers interact with each service through its own module. Typical usage involves authenticating with a username, password, and client information, opening a vault, and iterating through accounts to access names, usernames, passwords, and URLs. The library is distributed via NuGet and is released under the MIT license. It targets developers build

Developer Tools Password Managers
49 Github Stars
lastpass-sharp
Open Source

lastpass-sharp

lastpass-sharp is an unofficial C library for accessing and parsing LastPass password vault data. It is a port of the Ruby LastPass API and provides functionality to fetch, decrypt, and retrieve account information such as logins, passwords, and URLs from a LastPass account. The library offers a Vault class that simplifies access by exposing all accounts already parsed and decrypted, hiding the underlying complexity. A basic usage example creates a Vault instance with a username and password, then iterates through the accounts to access their credentials. Fetched encrypted blobs can also be stored locally and reused later for offline access. This project is no longer supported. Users are encouraged to use Password Manager Access, a fully supported and regularly updated C library that implements access to a variety of password managers including LastPass. The library is released under the MIT license and welcomes contributions in any form.

API Tools Password Managers
36 Github Stars