des-algorithm
There are 46 repositories under des-algorithm topic.
Abhiramborige/Crypto-systems
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
git-akshat/CNS-Lab
Cryptography and Network Security Lab programs done in 7th semester of SIT(VTU).
shashwatkathuria/Cryptography
Cryptography Algorithms
Mehul2205/Cryptography-Assignments
These are the lab assignments performed during the course of cryptography
fxxce/Symmetric-Encryption
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
ashishpoudel995/Parallelization-of-DES-Algorithm-Using-Open-MP
The project aims to improve the serial execution of the DES cryptographic algorithm by implementing it parallelly using OpenMP in C++.
Nasrallah-Adel/DES_JAVA
The DES (Data Encryption Standard) algorithm is the most widely used encryption algorithm in the world. For many years, and among many people, "secret code making" and DES have been synonymous
thisisprasad/Golang-File-Encryption-Server
A minimalistic CLI tool to save files in an encrypted format on disk.
ashwanthbalakrishnan5/Cryptography_Algorithms
Pure python3 implementation of cryptograhic alogrithms
pratyushlokhande/BigData-Privacy-Preservation
Smart Encryption of data based on best choices using Pandas and PySpark
VICKY0071/secure-file-storage-using-hybrid-cryptography
The project for encrypting files using hybrid cryptography using the AES, DES and RC4 algorithm and then sending the keys using the Diffie Hellman key exchange.
aliabdallah7/Data-Security-Algorithms
Data security algorithms in C#
saishmirajkar/File-Encryption-and-Decryption-with-DES-Algorithm
Secure your data using our Java program with DES encryption. Convert image files into unreadable form and back for enhanced security. Leverage symmetric key encryption for data protection during transmission and storage. Explore the power of cryptography. Happy encrypting! 🔐🖼️🚀
Xelvaris/Cryptography
Implementations of some well known ciphers and algorithms in C# and Java
yaeby/cipher-decoder
Some ciphers implemented in a streamlit app.
yazidbouallagui/cyptobox
Cyptobox is a Python library for dealing with cryptography algorithms.
karthikeysaxena2507/DesAlgorithm
An Implementation of DES encryption/decryption algorithm
Mohamed-Hamdy/java-problems
Operating System Algorithms and security Algorithms [AES , DES , ... ] and Multimedia Algorithms [Adaptive Huffman Algorithm, LZ78 , LZ88 , LZW, Vector Quantization Algorithm, ...]
nichisoft/socketdescryptexample
Socket example in Java that crypt message with DES Algorithm with symmetric key in server side and decrypt message in client side
Salma-Hamed/DES-Encryption-Algorithm
C++ app that encrypts and decrypts messages using DES algorithm.
Talha-1010/DES-Algorithm
A symmetric-key algorithm for the encryption of digital data.
alikashlan10/Data-Security-Project
Data security project aims to implement various algorithms using c#
KarbuzIlayda/Cryptographal_Environment
A cryptographal environment with basic principles of crypto (DES, Diffie-Hellman, Hash, RSA)
kunalPisolkar24/IS_Lab
Collection of practical codes for Savitribai Phule Pune University's Information Security Laboratory (310258) .
longfish-sama/des-demo
a demo application of DES (Data Encryption Standard) 对称密钥加密算法DES的演示程序
rahult18/Parallelisation-of-DES-Algorithm
This project focuses on enhancing the efficiency of the DES cryptographic algorithm by parallelizing its implementation using OpenMP. By dividing the plain text into substrings of length '8' and leveraging block cipher properties, the algorithm achieves parallel processing on multiple processors.
vishalcseiitg/CS549-CNS
Computer and Network Security course taken by Dr. Manas Khatua of CSE
ajaycc17/bs-project
Work done as the final semester project in Bachelor's in IISERB(2022).
ajaycc17/des-algorithm
Implementation and a 6-round differential attack on the DES block cipher algorithm.
ajaycc17/ms-thesis
Master's thesis papers, reports and presentations.
rcsinambela/Information-Security-1
Implementation of DES Algorithm using Python: Encryption + Decryption + Key Generator
salassep/encryption-and-description-text-using-des
Encryption and decryption of text using the DES algorithm, with the process shown in the terminal.