Skip to content

Tutorial project for encryption and signing data/messages easily with symmetric and asymmetric keys using Java.

License

Notifications You must be signed in to change notification settings

joaovarandas/java8-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java8-cipher

Tutorial project for encryption and signing data/messages easily with symmetric and asymmetric keys using Java.

You free to easy the classes directly from Maven Repository as helper classes, or dig through the code and implement your own code on your project.

Installation

Checkout the project and import as a Maven project

Usage

Obtain the last version from Maven Repository:

<dependency>
    <groupId>br.com.joaovarandas</groupId>
    <artifactId>jcipher</artifactId>
    <version>0.1</version>
</dependency>

There are basically 3 helper classes available:

  • AES - For symmetric encryption
  • RSA - For signing and asymmetric encryption
  • Hybrid - For hybrid encryption with asymmetric keys

See tests for usage samples.

Links

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

About

Tutorial project for encryption and signing data/messages easily with symmetric and asymmetric keys using Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages