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

https://github.com/antoniopelusi/file-splitter

A simple tool for split, zip, and encrypt files
https://github.com/antoniopelusi/file-splitter

encrypt encrypt-files file-splitter java split splitter swing-gui zip

Last synced: about 1 year ago
JSON representation

A simple tool for split, zip, and encrypt files

Awesome Lists containing this project

README

          

# `File-Splitter`

A simple tool to split, zip, and encrypt files

Download the .jar bundle [**here**](https://github.com/antoniopelusi/File-Splitter/releases)!

***USE 16-DIGIT PASSWORD TO ENCRYPT***

## `Specification`
[![Download File Splitter](https://img.shields.io/badge/Version-1.0-white)]()
[![Download File Splitter](https://img.shields.io/badge/Language-Java-yellow)]()
[![Download File Splitter](https://img.shields.io/badge/Open_Source-GPL--3.0-informational)]()

#### Written in Java 8 with Eclipse IDE, can be run on all the operating systems
Need Java virtual machine to start, available [**here**](https://www.java.com/en/download/)

- Split by size
- Compress files using .zip format
- Encrypt files using Advanced Encryption Standard (AES) 128 bit (***16-digit password to encrypt***)
- Password generator included
- Place multiple files in a queue before processing them

**Temporary files are automatically deleted**

**The output files will be stored:**
- in the File Splitter current folder for Windows OS
- in the home folder for Linux OS

## `Documentation`
The documentation for this project is available in the **/doc** folder

## `Screenshot`
Swing GUI

![](doc/ScreenshotLinux.png)