C

CADP_for_JAVA

CipherTrust Application Data Protection offers developer-friendly software tools for encryption key management as well as application-level encryption of sensitive data. CipherTrust Application Data Protection can be deployed on premises or in private or public cloud infrastructure to secure data even when it is migrating from one environment to another, without any modifications to existing encryption or data processing policies. CipherTrust Application Data Protection harmonizes interactions between developers and IT operations who share a common goal of data security. Developers enjoy language bindings appropriate to their projects. CipherTrust Application Data Protection operates with CipherTrust Manager, providing an architecture that centralizes encryption keys for applications.
https://github.com/thalescpl-io/CipherTrust_Application_Protection
Thales License
Thales
文件下载
文件名 操作
CADP_for_JAVA-8.14.0.001.jar 下载
CADP_for_JAVA-8.14.0.001.pom 下载
CADP_for_JAVA-8.14.0.001-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.thalescpl-io.cadp</groupId>
  <artifactId>CADP_for_JAVA</artifactId>
  <version>8.14.0.001</version>
</dependency>
Gradle Groovy
implementation 'io.github.thalescpl-io.cadp:CADP_for_JAVA:8.14.0.001'
Gradle Kotlin
implementation("io.github.thalescpl-io.cadp:CADP_for_JAVA:8.14.0.001")
Scala SBT
libraryDependencies += "io.github.thalescpl-io.cadp" % "CADP_for_JAVA" % "8.14.0.001"
Groovy Grape
@Grapes(
  @Grab(group='io.github.thalescpl-io.cadp', module='CADP_for_JAVA', version='8.14.0.001')
)
Apache Ivy
<dependency org="io.github.thalescpl-io.cadp" name="CADP_for_JAVA" rev="8.14.0.001" />
Leiningen
[io.github.thalescpl-io.cadp/CADP_for_JAVA "8.14.0.001"]
Apache Buildr
'io.github.thalescpl-io.cadp:CADP_for_JAVA:jar:8.14.0.001'