Git Product home page Git Product logo

masterflomaster1 / simplejavacrypter Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 7.0 17.76 MB

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: MIT License

Java 99.06% CSS 0.94%
crypter java gui simple encryption encrypted decryption javafx encryption-algorithms text-decryption

simplejavacrypter's Introduction

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 :)

simplejavacrypter's People

Contributors

masterflomaster1 avatar vsmng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

simplejavacrypter's Issues

Unknown ASCII popping in plain text after decryption

Plain text - testonetwothree
Output text after encryption and then decryption on DES - ¥hœ@9�mLÿþt e s t o n e t w o t h r e e "
ãÔYÈt„t o n e t w o t h r e e

Same thing is happening in others as well. Plus ioexception is there until i comment CipherOut.close link from Ciphers package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.