| Modifier and Type | Method and Description |
|---|---|
byte[] |
WinDPAPI.protectData(byte[] data)
Encrypts the provided data using Windows Data Protection API
CryptProtectData method. |
byte[] |
WinDPAPI.protectData(byte[] data,
byte[] entropy)
Encrypts the provided data using Windows Data Protection API
CryptProtectData method. |
byte[] |
WinDPAPI.protectData(byte[] data,
byte[] entropy,
String description)
Encrypts the provided data using Windows Data Protection API
CryptProtectData method. |
byte[] |
WinDPAPI.unprotectData(byte[] data)
Decrypts the provided encrypted data and performs an integrity check using
Windows Data Protection API
CryptUnprotectData method. |
byte[] |
WinDPAPI.unprotectData(byte[] data,
byte[] entropy)
Decrypts the provided encrypted data and performs an integrity check using
Windows Data Protection API
CryptUnprotectData method. |
Copyright © 2016–2023. All rights reserved.