Last Version

WinDPAPI4J: A Windows DPAPI Wrapper for Java 1.0

WinDPAPI4J is a Java Native Access(JNA)- based wrapper for Microsoft Windows Data Protection API (DPAPI) CryptProtectData and CryptUnprotectData methods.

License

License

GroupId

GroupId

com.github.peter-gergely-horvath
ArtifactId

ArtifactId

windpapi4j
Version

Version

1.0
Type

Type

jar
Description

Description

WinDPAPI4J: A Windows DPAPI Wrapper for Java
WinDPAPI4J is a Java Native Access(JNA)- based wrapper for Microsoft Windows Data Protection API (DPAPI) CryptProtectData and CryptUnprotectData methods.
Project URL

Project URL

https://github.com/peter-gergely-horvath/windpapi4j
Source Code Management

Source Code Management

https://github.com/peter-gergely-horvath/windpapi4j

Download windpapi4j 1.0


<!-- https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/windpapi4j/ -->
<dependency>
    <groupId>com.github.peter-gergely-horvath</groupId>
    <artifactId>windpapi4j</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/windpapi4j/
implementation 'com.github.peter-gergely-horvath:windpapi4j:1.0'
// https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/windpapi4j/
implementation ("com.github.peter-gergely-horvath:windpapi4j:1.0")
'com.github.peter-gergely-horvath:windpapi4j:jar:1.0'
<dependency org="com.github.peter-gergely-horvath" name="windpapi4j" rev="1.0">
  <artifact name="windpapi4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peter-gergely-horvath', module='windpapi4j', version='1.0')
)
libraryDependencies += "com.github.peter-gergely-horvath" % "windpapi4j" % "1.0"
[com.github.peter-gergely-horvath/windpapi4j "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
net.java.dev.jna : jna jar 4.2.1

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.9.9

Project Modules

There are no modules declared in this project.