Skip to content

yashwanth-l/cdoc4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdoc4j

Java library for working with CDOC documents.

Features

  • Creation of CDOC documents containing encrypted files
  • Decryption of files from CDOC documents

Supported formats

  • CDOC 1.0 - AES-128-CBC, only RSA recipients (deprecated)
  • CDOC 1.1 - AES-256-GCM, RSA and EC recipients (Recommended)

Requirements

How to use it

Take a look at the examples

Maven Central

You can use the library as a dependency from Maven Central

<dependency>
    <groupId>org.open-eid.cdoc4j</groupId>
    <artifactId>cdoc4j</artifactId>
    <version>1.3</version>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%