Coder Social home page Coder Social logo

posteruole / cryptography Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 18 KB

A collection of cryptographic protocols as part of the preparation for the practial exam.

License: MIT License

Python 100.00%
aes-128 cryptography diffie-hellman-exchange el-gamal elliptic-curve-cryptography rsa-key-encryption

cryptography's Introduction

Cryptography ๐Ÿ”

This repository contains implementations of various encryption protocols in Python.

Implemented Encryption Protocols

  1. Diffie-Hellman Key Exchange ๐Ÿ”‘

    • Implementation of the Diffie-Hellman key exchange algorithm for secure key establishment over an insecure channel.
  2. RSA Encryption ๐Ÿ“œ

    • Implementation of the RSA encryption algorithm for secure communication and digital signatures.
  3. Elliptic Curve Cryptography (ECC) ๐Ÿ”„

    • Implementation of elliptic curve cryptography for public key encryption, digital signatures, and key exchange.
  4. SAES (Simplified Advanced Encryption Standard) ๐Ÿ”’

    • Implementation of a simplified version of the Advanced Encryption Standard (AES) for symmetric-key encryption.

Usage

Each encryption protocol is implemented in its respective Python file within the repository. You can find detailed instructions on how to use each implementation in their respective files.

Modified Text Copier GUI

Additionally, a modified version of a text copier GUI script is included in this repository. This script allows for encryption and decryption of messages between two parties using the implemented encryption protocols.

To use the modified script:

  1. Run the script text_copier_gui.py.
  2. Enter the message in the text area labeled "Person A".
  3. Select the encryption method (RSA, Diffie-Hellman, Elliptic Curve, SAES).
  4. Click on the corresponding button to encrypt the message and copy it to the "Person B" text area.
  5. On the receiving end, select the same encryption method and click the button to decrypt the message.

Contributing ๐Ÿค

Contributions to this repository are welcome! If you have any improvements or additional encryption protocols to add, feel free to open a pull request.

License ๐Ÿ“„

This repository is licensed under the MIT License. See the LICENSE file for details.

cryptography's People

Contributors

petart99syrmia avatar posteruole avatar

Watchers

 avatar

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.