ewp-rsa-aes Encryption Support Library

Encrypt and decrypts data using the ewp-rsa-aes128gcm encryption scheme, as defined here: https://github.com/erasmus-without-paper/ewp-specs-sec-rsa-aes128gcm

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

eu.erasmuswithoutpaper
ArtifactId

ArtifactId

ewp-rsa-aes
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

ewp-rsa-aes Encryption Support Library
Encrypt and decrypts data using the ewp-rsa-aes128gcm encryption scheme, as defined here: https://github.com/erasmus-without-paper/ewp-specs-sec-rsa-aes128gcm
Project URL

Project URL

https://github.com/erasmus-without-paper/ewp-rsa-aes-java
Source Code Management

Source Code Management

https://github.com/erasmus-without-paper/ewp-rsa-aes-java

Download ewp-rsa-aes

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1
com.google.code.findbugs : jsr305 jar 3.0.1

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.5.0
commons-io : commons-io jar 2.5
org.apache.commons : commons-collections4 jar 4.0

Project Modules

There are no modules declared in this project.

ewp-rsa-aes-java Library

Java implementation of the ewp-rsa-aes128gcm encryption.

Installation and Documentation

Requires Java 8 SE.

Releases are deployed to Maven Central Repository. You'll simply need to include a proper reference in your build's dependencies. Click the image below for the artifact details.

Maven Central

You can also browse the project's Javadocs here:

Javadocs

Upgrading? Check out the changelog (release notes).

Versioning strategy

We use semantic versioning (MAJOR.MINOR.PATCH) for our release version numbers.

  • Major version is incremented when our changes are likely to break your builds or runtime behavior.

  • Minor version is incremented when new features are added. (Note, that such changes still can break your builds in some rare cases.)

  • Patch version is incremented on bug fixes, documentation updates, etc.

eu.erasmuswithoutpaper

Erasmus Without Paper

A common space for all EWP-related Git projects.

Versions

Version
1.0.1
1.0.0