Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Keeper-Security/keeper-sdk-dotnet
.Net and PowerShell version of Keeper Commander, a CLI and SDK interface for the Keeper Security platform.
https://github.com/Keeper-Security/keeper-sdk-dotnet
commander dotnet password-manager passwords powershell security
Last synced: about 2 months ago
JSON representation
.Net and PowerShell version of Keeper Commander, a CLI and SDK interface for the Keeper Security platform.
- Host: GitHub
- URL: https://github.com/Keeper-Security/keeper-sdk-dotnet
- Owner: Keeper-Security
- License: mit
- Created: 2019-06-26T17:04:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T04:16:39.000Z (2 months ago)
- Last Synced: 2024-11-07T04:34:40.523Z (2 months ago)
- Topics: commander, dotnet, password-manager, passwords, powershell, security
- Language: C#
- Homepage: https://docs.keeper.io/secrets-manager/commander-cli/using-commander/dotnet-powershell
- Size: 26.2 MB
- Stars: 29
- Watchers: 16
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Keeper-Security/keeper-sdk-dotnet - .Net and PowerShell version of Keeper Commander, a CLI and SDK interface for the Keeper Security platform. (C# #)
README
### .Net and PowerShell SDK for Keeper Password Manager
The Keeper .Net and PowerShell module ("PowerCommander") provides vault and administrative level automation. The current features of the .Net and PowerShell library include the following:
* Authenticate to Keeper
* Access the Keeper vault (records, folders, shared folders)
* Manage records (CRUD operations for Records, Attachments, Folders, Shared Folders)
* Administrative functions (Team Management)
* Customize integration into your backend systems
* Update/Rotate passwords in the vaultAdditional development tools in Python and other languages is available at our [Secrets Manager](https://docs.keeper.io/secrets-manager/) portal.
### .Net SDK
For source integration into your .Net code, please utilize the [KeeperSDK Library source code](https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/master/KeeperSdk).[User Guide](https://docs.keeper.io/en/v/secrets-manager/commander-cli/commander-installation-setup/net-developer-sdk)
[API documentation](https://keeper-security.github.io/gitbook-keeper-sdk/CSharp/html/R_Project_Documentation.htm)
### Sample App
For help with implementation of SDK features, please see the
* [Sample App](https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/master/Sample). Sample application.
* [Commander CLI App](https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/master/Commander). This application contains several basic operations such as logging in, authentication with two-factor, loading and decrypting the vault and updating passwords.### Developer Requirements for KeeperSDK Library
* .Net Framework 4.5
* .Net Core 2.1
* .Net Standard 2.0### PowerShell Module
To use the PowerShell modules, see the [PowerCommander library](https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/master/PowerCommander).### About Keeper Security
Keeper is the leading cybersecurity platform for preventing password-related data breaches and cyberthreats.Learn More at:
[https://keepersecurity.com](https://keepersecurity.com)### Contact Us
If you need any assistance or require specific functionality not supported in Commander yet, please contact us at [email protected].