DaedaFusion Crypto Library

A crypto helper library for dealing with certificates, encryption and digital signatures

License

License

GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

crypto
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

DaedaFusion Crypto Library
A crypto helper library for dealing with certificates, encryption and digital signatures
Project URL

Project URL

http://daedafusion.com
Source Code Management

Source Code Management

https://github.com/daedafusion/crypto.git

Download crypto

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
commons-codec : commons-codec jar [1.10,)
org.apache.commons : commons-io jar 1.3.2
org.bouncycastle : bcpkix-jdk15on jar 1.51
org.bouncycastle : bcprov-jdk15on jar 1.51

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status

Coverage Status

crypto

Crypto Helper Library

Supports RSA PKI (encryption & digital sigs) and symmetric (AES) operations as well as programmatic generation of key material.

Maven

<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>crypto</artifactId>
    <version>1.0</version>
</dependency

Usage

com.daedafusion

DaedaFusion

Versions

Version
1.0