9.0
DPAPI: Windows Data Protection API for Racket
| (require dpapi) | package: dpapi-lib |
This library provides a Racket interface to the Windows Data Protection API (DPAPI), enabling secure encryption of sensitive data using Windows credentials.
The Windows Data Protection API (DPAPI) is a cryptographic service provided by Windows that allows applications to encrypt data using keys derived from user or machine credentials. This eliminates the need to manage encryption keys explicitly, as Windows handles key generation, storage, and protection automatically.
Requires Windows Vista or later and Racket 8.0 or later. This library has been tested on Windows 11 / x86_64. Source is available on Codeberg.