https://github.com/expath/crypto-java
Java Library for EXPath Crypto
https://github.com/expath/crypto-java
Last synced: 24 days ago
JSON representation
Java Library for EXPath Crypto
- Host: GitHub
- URL: https://github.com/expath/crypto-java
- Owner: expath
- License: lgpl-2.1
- Created: 2015-02-28T09:33:10.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T15:56:37.000Z (8 months ago)
- Last Synced: 2025-07-11T01:39:55.019Z (7 months ago)
- Language: Java
- Homepage:
- Size: 462 KB
- Stars: 4
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/expath/crypto-java/actions/workflows/ci.yml)
[](https://adoptopenjdk.net/)
[](https://opensource.org/licenses/lgpl-2.1)
[](https://central.sonatype.com/search?namespace=org.expath)
# Java library for EXPath Crypto Module
This is a Java implementation of the [EXPath HTTP Crypto Module specification](http://expath.org/spec/crypto).
We provide a Java library that may be used as the basis for specific product implementations.
# Building from source
Requires:
* Java 1.8 or newer
* Maven 3.6 or newer
```bash
$ git clone https://github.com/expath/crypto-java.git
$ cd crypto-java
$ mvn clean package
```