Popularity
2.5
Declining
Activity
0.0
Stable
1
3
0
Monthly Downloads: 17
Programming language: Haskell
License: Apache License 2.0
Latest version: v0.1.2
credential-store alternatives and similar packages
Based on the "Desktop" category.
Alternatively, view credential-store alternatives based on common mentions on social networks and blogs.
-
git-checklist
Manage a per-branch checklist in your github repository -
status-notifier-item
A Haskell implementation of the StatusNotifierItem protocol (https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/). -
wacom-daemon
Set of scripts to set up and customize Wacom Intuos Pro tablets
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of credential-store or a related project?
Popular Comparisons
README
credential-store
Windows and Linux credentials storage
Cross-platform library to access system-specific credential store.
Uses Windows CredRead/CredWrite/CredDelete API on Windows, DBus SecretStore API with gnome-keyring or kwallet as backends on Unix. MacOS is not supported yet.
Example usage:
withCredentialStore $ \store -> do
putCredential store credentialName credentialValue
v <- getCredential store credentialName
deleteCredential store credentialName