c

crypt

Utility for encryption and decryption of strings and files.
https://github.com/OITQA/Crypt
The Apache License, Version 2.0
Kyle Bartz
Files download
File Operation
crypt-0.0.3.jar download
crypt-0.0.3.pom download
crypt-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.uci.qa</groupId>
  <artifactId>crypt</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'edu.uci.qa:crypt:0.0.3'
Gradle Kotlin
implementation("edu.uci.qa:crypt:0.0.3")
Scala SBT
libraryDependencies += "edu.uci.qa" % "crypt" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='edu.uci.qa', module='crypt', version='0.0.3')
)
Apache Ivy
<dependency org="edu.uci.qa" name="crypt" rev="0.0.3" />
Leiningen
[edu.uci.qa/crypt "0.0.3"]
Apache Buildr
'edu.uci.qa:crypt:jar:0.0.3'