microsoft / java-wdb

Windows Developer Box for Java Developers
MIT License
75 stars 1 forks source link

Provide DPAPI implementation #33

Open ecki opened 3 years ago

ecki commented 3 years ago

Summary

Have support for protection credentials with the platform protections offered like DPAPI (and/or tpm) without the need for a self compiled .DLL

Motivation

This could help servers to bind secret storage to their platform. There are multiple (win)(j)dpapi(64) projects out there which try to provide this function.