Registry / auth / libcred

libcred

JSON →
library1.0.0vcpkgunverified

A cross-platform credentials helper library for secure storage and retrieval of passwords.

vcpkg install libcred
INSTALL
IMPORT
SIG · LIBCRED
L
libcred
authcppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cred.h
#include <cred.h>

Store and retrieve a credential

#include <cred.h> #include <stdio.h> int main() { cred_handle *h = cred_open("myapp"); if (!h) return 1; cred_write(h, "username", "alice"); char *value = cred_read(h, "username"); printf("Username: %s\n", value); cred_free(value); cred_close(h); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources

No resource links recorded.

libcred — pip install libcred · libregistry