Giter Site home page Giter Site logo

hamoudafares / cryptography-tool Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 23 KB

Cryptography tool developed in shell to provides several functionalities

License: MIT License

Shell 100.00%
symmetric-encryption asymmetric-encryption md5 tiger sha512 whirlpool aes256 3des blowfish camellia256

cryptography-tool's Introduction

cryptography-tool

I. How it works

To launch the software:

  • On Linux: Open a terminal and run the command ./script.sh
  • On Windows: Just double click on the file

On both OS, the data dictionaries must be in the same folder as the script.sh file

In Windows there is some command which does not work, such as hashing with md5, tiger and whirlpool algorithms, we need to install them separately

II. Fonctionnalities

1- encoding: it transforms a string into ASCII code, but does not save the encoded message in a file.

2- decoding: it allows the message to be given from an ASCII code.

3- cracking a password: choose a dictionary to crack a password.

4- symmetric encryption: allows to encrypt a message with a chosen algorithm (if nothing is chosen, the default algorithm is AES256) and to save the encrypted message in a file named file.sym.txt.asc which is in the same folder as final.sh

5- asymmetric encryption: allows you to generate an existing key pair or choose an existing key, encrypt the message with this key and then save the encrypted message in a file named file.asym.txt.asc which is located in the same folder as final.sh

III. Improvements

This software works fine, but there is still room for improvements: such as choosing where to save the encrypted message, saving hashed messages, choosing different encoding algorithms, fixing windows hash bugs (md5, tiger, whirlpool), give the user the possibility of choosing a dictionary that he has in his computer for cracking a password.

Image of Tool

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.