An open API service indexing awesome lists of open source software.

https://github.com/amit1563/encryptanddecryptjavaapp

Java application to encrypt the content of a file with the help of openssl (client side) and decrypting with java ( server side).
https://github.com/amit1563/encryptanddecryptjavaapp

decryption encyrption javasecurity openssl-tools

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

* openssl community https://github.com/openssl/openssl