3des
Here are 18 public repositories matching this topic...
Implementation of an End to end encrypted messaging system, where client to client communication is performed after triple-DES encryption, with the keys exchanged using Diffie-Hellman Key exchange algorithm. A user is also able to create multiple groups and be a part of any set of groups. Messages could be text, images, video file etc.
-
Updated
Dec 3, 2021 - Python
-
Updated
Apr 15, 2019 - Python
Text & file encrypter and decrypter using a variety of algorithms
-
Updated
Aug 12, 2024 - Python
P2P Messaging System with End to End encryption
-
Updated
Jan 27, 2021 - Python
P2P Messaging System with End to End encryption. Supports group chat and file transfer
-
Updated
Oct 20, 2021 - Python
Network Encryption and Security
-
Updated
Oct 23, 2019 - Python
A 3DES implementation in Python.
-
Updated
Jan 8, 2022 - Python
Using 3DES algorithm and Steganography(LSB) for hiding encrypted message inside image
-
Updated
Feb 11, 2023 - Python
Suppose there are n c users A (clients) want to securely access the files stored in the database of a user B (server). At first, each client will make a connection using socket with the server B and then will establish three symmetric keys, say K 1 , K 2 and K 3 which will be used for encryption and decryption using the 3DES with three keys symm…
-
Updated
Feb 21, 2020 - Python
A Python script that includes various functions for data conversion, encoding, and decoding, as well as cryptographic operations such as RSA, AES, and Triple DES encryption and decryption.
-
Updated
Nov 19, 2023 - Python
An end to end messaging system like WhatsApp.
-
Updated
Jan 30, 2021 - Python
File sharing with 3DES and key exchange using Diffie hellman
-
Updated
Feb 3, 2020 - Python
Implemented a chat application with end to end encryption with file sharing and group chat functionalities.
-
Updated
Mar 2, 2021 - Python
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
-
Updated
Dec 12, 2022 - Python
Improve this page
Add a description, image, and links to the 3des topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 3des topic, visit your repo's landing page and select "manage topics."