Skip to content

Java application to encrypt the content of a file with the help of openssl (client side) and decrypting with java ( server side).

Notifications You must be signed in to change notification settings

amit1563/EncryptAndDecryptJavaApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EncryptAndDecryptJavaApp

Java application to encrypt the content of a file with the help of openssl (client side) and decrypting with java ( server side).

Getting Started

clone this repository

Prerequisites

JDK 8 openssl (openssl.exe already packed with the codebase) more info at "https://github.com/openssl/openssl" Junit jars

Running the tests

Run specific case testclass (see comments in the code for the workings)

Deployment

Run with junit Runner

Acknowledgments

About

Java application to encrypt the content of a file with the help of openssl (client side) and decrypting with java ( server side).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages