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).
- Host: GitHub
- URL: https://github.com/amit1563/encryptanddecryptjavaapp
- Owner: amit1563
- Created: 2019-02-13T06:49:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T10:56:30.000Z (over 6 years ago)
- Last Synced: 2025-01-28T15:41:09.222Z (over 1 year ago)
- Topics: decryption, encyrption, javasecurity, openssl-tools
- Language: Java
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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