Skip to content

Simple tool with GUI that can handle following tasks: file and text encryption/decryption, hash sum calculation and file checksum verifier, text encoding. Supports AES128, AES256, DES, 3DES, MD2, MD5, SHA1, SHA224, SHA256, SHA384, SHA512.

License

Notifications You must be signed in to change notification settings

MasterFlomaster1/SimpleJavaCrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleJavaCrypter

Simple tool with JavaFX GUI that can handle following tasks: file and text encryption/decryption, hash sum calculation and file checksum verifier, text encoding. Supports AES128, AES256, DES, 3DES, MD2, MD5, SHA1, SHA224, SHA256, SHA384, SHA512.

Description

SimpleJavaCrypter is a program written in java which combines a number of useful functions: encryption/decryption of text and files with various algorithms, file and text hashsum calculation and file checksum verifier. There are several encryption algorithms available right now: AES128, AES256, DES, 3DES and SimpleCipher. The last one is a simple experimental encryption algorithm that can handle encryption and decryption of the text. Only English language is currently supported. Encryption is performed by an elementary algorithm which randomly changes chars in the given text. Text decryption is done by reverse algorithm. This encryption algorithm is currently under development and would need further work. List of all currently supported algorithms you can see below.

Features

  • Text encryption/decryption.
  • File encryption/decryption.
  • Generate random keys and secret combinations.
  • Get current key.
  • Encrypt/decrypt text and files with your own key.
  • Simple, nice and adjustable JavaFX GUI.
  • Text hash calculation.
  • File hash calculation.
  • File checksum verifier.
  • GUI drag and drop is supported.
  • Dark theme.

Supported encryption algorithms

  • AES128
  • AES256
  • DES
  • 3DES
  • RSA
  • Caesar

Supported hashing algorithms

  • MD2
  • MD5
  • SHA1
  • SHA224
  • SHA256
  • SHA384
  • SHA512

Screenshots

Application home page

SimpleJavaCrypter

File encryption

SimpleJavaCrypter

File hash

SimpleJavaCrypter

File hash verifier

SimpleJavaCrypter

Text hash

SimpleJavaCrypter

Text encryption

SimpleJavaCrypter

Usage

TODO

  1. Simplify and improve existing GUI solution, to make it more pretty looking.
  2. Add more encryption algorithms to work with.
  3. Add file encryption/decryption option.
  4. Finish SimpleCipher algorithm.
  5. Add hash calculator function.
  6. Add file hash checking function.
  7. Add css.
  8. Add multithreading.
  9. Add more hashing algorithms.

Requirements

Java 8 and above.

Contributing and support

Feel free to contribute by opening issues or creating a pull request. Any help is appreciated :)

About

Simple tool with GUI that can handle following tasks: file and text encryption/decryption, hash sum calculation and file checksum verifier, text encoding. Supports AES128, AES256, DES, 3DES, MD2, MD5, SHA1, SHA224, SHA256, SHA384, SHA512.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published