https://github.com/hussainderry/jcrypt
Java file encryption utility
https://github.com/hussainderry/jcrypt
encryption file-encryption file-encryption-java java javafx
Last synced: 12 days ago
JSON representation
Java file encryption utility
- Host: GitHub
- URL: https://github.com/hussainderry/jcrypt
- Owner: HussainDerry
- License: apache-2.0
- Created: 2017-11-14T08:11:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T15:36:22.000Z (over 5 years ago)
- Last Synced: 2025-04-14T10:02:25.384Z (12 days ago)
- Topics: encryption, file-encryption, file-encryption-java, java, javafx
- Language: Java
- Homepage:
- Size: 1.21 MB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# JCrypt
[](https://www.codacy.com/app/hussain.derry/jcrypt?utm_source=github.com&utm_medium=referral&utm_content=HussainDerry/jcrypt&utm_campaign=badger)
Java file encryption utility
## Screenshots

## Requirements
* Java version 8 or newer.
* Java Cryptography Extension (*JCE*) Unlimited Strength Jurisdiction Policy.## Usage
* Download the [latest version](dist/jcrypt-1.1.1.jar)
* Run the jar file using the following command:
```bash
java -jar jcrypt-.jar
```## License
```
Copyright 2017 Hussain Al-DerryLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```