Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 549 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 549 Bytes

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