Releases: Serphentas/CryptoClient
v2.1.0-beta
Added:
- Logging: log files are created upon each start, providing debug information. Note: they contain no personal information.
v2.0.0-beta - first network release
This version now allows to seamlessly send and receive files to/from an FTP server (FTPS to be adder soon). While credentials are sent in the clear for now, the data is encrypted and decrypted as per the encryption scheme.
The UI is intuitive enough not to require a user guide. Explore the menus and you should get the idea quickly. YMMV
You may test the client using the following credentials: test:asd.
Note: to run the client, download and extract the archive and run the .jar file.
v1.0.0-beta - first release
This version allows you to encrypt and decrypt files locally.
For each file you encrypt, three other will be generated: *.key, *.nonce and *.encrypted. To decrypt the file you just encrypted, select *.encrypted and the program will automatically use the *.key and *.nonce files to do its thing.
There might be some bugs, such as NullPointerExceptions, that are not handled in this release. Therefore, please select one or more files when encrypting and make sure you select files ending with .encrypted when decrypting.
Future releases will take care of bugs present in this version.
Note: seems like I can't upload the .jar file, so please download the source and find it inside dist/