Skip to content

wazzamatazz/dpapi-encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpapi-encrypt

A simple utility for encrypting and decrypting values using the Windows DPAPI. Uses System.CommandLine for command-line parsing.

Usage:

dpapi-encrypt encrypt --value <VALUE> --scope <CurrentUser|LocalMachine> [--entropy <ENTROPY>]
dpapi-encrypt decrypt --value <VALUE> [--entropy <ENTROPY>]

The --entropy parameter allows you to specify a base64-encoded string containing additional entropy bytes to pass to the System.Security.Cryptography.ProtectedData class.

About

Simple Windows DPAPI encryption/decryption utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages