Skip to content

Releases: costalopes71/FileShuffle

general availability release.

25 Apr 19:36
Compare
Choose a tag to compare

package names renamed and keys should be overwrite by the user

v1.7 Release Candidate

14 Mar 16:06
Compare
Choose a tag to compare
Pre-release

saidas para o console deletadas.

v1.6 Release Candidate

15 Feb 16:10
Compare
Choose a tag to compare
Pre-release

Added public method isEncrypted

v1.5 Release Candidate

15 Feb 12:49
Compare
Choose a tag to compare
Pre-release
  1. all partial encryptions encrypts the end of file
  2. javadoc of methos was improved.

v1.4 Release Candidate

14 Feb 19:36
Compare
Choose a tag to compare
Pre-release

boolean parameter in the decrypt method removed because it turned useless

v1.3 Release Candidate

14 Feb 18:51
Compare
Choose a tag to compare
Pre-release

This release encrypts the end of file in a partial encryption if the file is a compressed file, so the compressed file will not be open because central directory was encrypted.

v1.2 RELEASE CANDIDATE

13 Feb 18:09
Compare
Choose a tag to compare
Pre-release

encrypted signature for partial encryption, proper exceptions for encryption errors, and verification of the type of encryption the file has before decrypting.

v1.1 Release Candidate

12 Feb 19:25
Compare
Choose a tag to compare
Pre-release

Version with signature.
Now the encryption is only possible if the encryption signature is not present and the decrypt is only possible if the encryption signature is present.

v1.0 Release Candidate

11 Feb 12:25
Compare
Choose a tag to compare
Pre-release

The version works as expected, however it is still necessary to create a mark of the encryption used so that when decrypting, it can be validated if the encryption used is as expected.