Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

IBaaNB/SimpleJavaCrypter

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
175 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • CSS 0.9%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.