/crypto

Crypto Helper Library

Primary LanguageJavaApache License 2.0Apache-2.0

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