cert-encoder.git

ref: cdc5706e613a0aaf3a9c9e622e26cff1ad0b7324

./README.md


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Cert-Encoder

An easy library to encrypt and decrypt both with symmetric encryption and PKI

## What it this

Cert-Encoder is a Java library that implements two strategy for encrypting/decrypting data:

-   A symmetric schema using AES-CBC-256
-   A schema based on a public/private keypair (PKCS#7 / CMS)

## How To Build the library

```
cd cert-signer
mvn clean install
```


## License

The code is freely available under GPL License
see: [COPYING](/cert-encoder.git/tree/master/COPYING)

Additional commercial support and licensing is available on request. Just issue a [support request](https://kevwe.com/message)
and mention you are interested in [cert-encoder]()