An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: data-encryption-standard

ibrahimhabibeg/security-and-cryptography-project

Project for the Security and Cryptography Course at Suez Canal University

Language: Python - Size: 58.6 KB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

natsalete/Algoritmo-DES-Data-Encryption-Standard-em-Go

This project implements the DES (Data Encryption Standard) algorithm from scratch in Go, without using pre-built cryptography libraries. DES is a symmetric encryption algorithm that uses a block cipher, operating on 64-bit blocks with a 56-bit effective key (64-bit with parity).

Language: Go - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hiyouga/cryptography-experiment

BUAA CST Spring 2019 Cryptography Experiment

Language: Python - Size: 6.11 MB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 11 - Forks: 1

LucasVbr/data-encryption-standard

DES(Data Encryption Standard) library in Java

Language: Java - Size: 7.97 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 2

bonk-dev/KWHotelDecryptor

Program sล‚uลผฤ…cy do deszyfrowania plikรณw konfiguracyjnych KWHotel.

Language: C# - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

sjaishanker/Cryptanalysis-Using-Deep-Neural-Networks

We have proposed the optimized deep neural network approach for cryptanalysis of symmetric encryption algorithm 64-bit DES (Data encryption standard). Our approach has used backpropagation techniques with multiple hidden layers and advanced activation functions also we have addressed the problem of vanishing gradient. Further, the implementation results show that we have achieved 90% accuracy which is significantly higher as compared to previous approaches.

Language: Python - Size: 147 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 5

lucianoscarpaci/des2

This Ruby implementation of DES (Data Encryption Standard) allows users to encrypt and decrypt messages using a symmetric key. DES is a block cipher that works on 64-bit blocks of data and uses a 56-bit key.

Language: Ruby - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

gbennnn/data-encryption-standard

A simple web-based DES encryption tool built with Python and Flask. This app allows users to input plaintext and an 8-character key to encrypt text using the Data Encryption Standard (DES) algorithm and view the ciphertext in hexadecimal format.

Language: Python - Size: 14.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

NAGNITAB/Data-Security-Algorithms

This repository showcases a collection of data security algorithms implemented in C#.

Language: C# - Size: 91.8 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Perez-Herrera-Luna/DES-Python

Data Encryption Standard (DES) ๐Ÿ”’ implemented in pure Python ๐Ÿ

Language: Python - Size: 24.4 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

dirkludlow/des768

DES768 Block Cipher Encryption. Data Encryption Standard with 768-bit keys.

Language: C - Size: 7.81 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

jElhamm/Crypto-Algorithms

"A collection of implemented symmetric and asymmetric cryptographic algorithms."

Language: Python - Size: 212 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

AlessioBugetti/password-cracker

Implements both sequential and parallel brute-force decryption of DES-encrypted passwords, focusing on 8-character passwords from the set [a-zA-Z0-9./]

Language: C++ - Size: 53.9 MB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mayank-02/simplified-des

Implementation of a simplified version of the DES algorithm

Language: Python - Size: 284 KB - Last synced at: 9 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

abdellaui/des_pipeline_ui

[DEMO] visualizing Data-Encryption-Standard (DES) pipeline incl. Feistel-Network's byte-manipulation with a GUI implemented in PyQt5, inspired by cryptography-textbook.com from Prof. Paar et al. (RUB)

Language: Python - Size: 1.65 MB - Last synced at: 9 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

KareimGazer/DES

Implementation of the Data Encryption Standard algorithm using C++

Language: C++ - Size: 47.9 KB - Last synced at: 8 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

janinnm/cryptographic-algorithms

A compilation of cryptographic algorithms made in C

Language: C - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

princeranjan03/ImageEncryption_I-CHIP

This project focuses on creating a hardware-based encryption and decryption system that implements the Data Encryption Standard (DES) algorithm.

Language: Verilog - Size: 7.3 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ajayganeshch/Cryptography-Codes

Cryptography and Network Security

Language: C++ - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

aadishgoel/Cryptography-Codes

Language: Python - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 2

aliabdallah7/Data-Security-Algorithms

Data security algorithms in C#

Language: C# - Size: 2.2 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

ChiefInformationSecurityOfficer/cryptography-algorithms.dev

The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher

Language: Python - Size: 1.47 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Ahmed-Hibet/DES

Implementation of Data Encryption Standard(DES) in python

Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

bemnet16/Python-DES-Project

DES Algorithm Implementation in Python

Language: Python - Size: 1.1 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

NimaAbdollahipour/DES_ProtectedMessagingApp

DES implementation (for encrypt messages between two computers)

Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AdrianoSilvaGNP/DESImplementation

An implementation of the Data Encryption Standard algorithm in Kotlin

Language: Kotlin - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

snigdhab7/FPE-FF3-DES-Encryption

Encrypt and protect sensitive data with Format Preserving Encryption (FPE) using the FF3 algorithm with DES. A secure Java-based solution that maintains data format integrity. Explore FPE-FF3-DES-Encryption for robust information security. ๐Ÿ›ก๏ธ๐Ÿ”๐Ÿš€

Language: Java - Size: 83 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

dzikrisyairozi/data-encryption-standard-algorithm

Data Encryption Standard (DES) algorithm implemented in Rust

Language: Rust - Size: 207 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

GUSAR1T0/Cryptography ๐Ÿ“ฆ

The implementation of DES and Merkle-Hellman cryptographic algorithms

Language: Java - Size: 144 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

Nukaze/bu-friends

Final Project for CS311 | Python GUI (2nd Year University, 2023)

Language: Python - Size: 261 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

GermanoCesarSS/Criptografia-DES

Software Educativo de Criptografia: software para aprender como funciona o DES

Language: C# - Size: 973 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

kianmajl/Modified_DES_Algorithm

In this project, we are given a pair of plaintext and ciphartext, and an other cipher text which should be dycripted.

Language: Jupyter Notebook - Size: 183 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

NourKamaly/CryptographyPackage

This package is prepared for the Computer and Networks Security course at Ain Shams University for the summer semester [2022-2023]. It has classical and more advanced cryptography algorithms.

Language: C# - Size: 3.62 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

athlohangade/cryptography-algorithms

The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.

Language: Python - Size: 1.48 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 5

tfpf/data-encryption-standard

Data Encryption Standard implemented in C.

Language: C - Size: 43.9 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

inzapp/inzcrypt

Powerful file encryption, decryption util using AES, DES, XOR, etc...

Language: Java - Size: 16.1 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

fakeProgrammer0/DES

a simple c++ implementation for DES

Language: C++ - Size: 170 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 1

fxxce/Symmetric-Encryption

Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher

Language: Python - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

maroqijalil/cyber-security

Tasks of Cyber Security Course

Language: Python - Size: 74.2 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

thardy2001/DataSecurity2021S1Assessment2

Assessment 2 for UON Data Security Class

Language: Python - Size: 487 KB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

srgynmv/DES

Implementation of the DES encryption algorithm with ECB mode using Python language

Language: Python - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

AlexMelw/DES_Encryption

DES Encryption Utility (CLI) - written in C#

Language: C# - Size: 74.2 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

tayyipozturk/DES-CBC

Language: C - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

YanhuiJessica/Cryptography-Algorithm

Common encryption/decryption algorithms in python

Language: Python - Size: 39.1 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AndryRafam/Triple-DES

Triple Data Encryption Standard

Language: C++ - Size: 21.5 KB - Last synced at: almost 3 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

vrikodar/Bullet

Bullet is a Remotely Tigerrable powerful Deadman switch

Language: Python - Size: 7.68 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

eugenedakin/DES-Encryption-Decryption

Encrypt and Decrypt text in Xojo using DES - Written in Native Xojo Language - Cross Platform

Language: Xojo - Size: 1.15 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

OLIET2357/DES

Fast DES implementation by OLIET. Full compatibility with CUDA.

Language: C++ - Size: 21.5 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

stepniaczky/DES

DES algorithm for cryptography course at TUL

Language: Java - Size: 234 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nadinCodeHat/DES-Code

DES takes a 64-bit plaintext and creates a 64-bit ciphertext during encryption and takes a 64-bit ciphertext and creates a 64-bit block of plaintext during decryption. A 56-bit cipher key is used for both encryption and decryption.

Language: C++ - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

dilbwagsingh/DESfiddle

A python package that offers high flexibility for implementing and experimenting with non-classical DES.

Language: Python - Size: 79.1 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

dilbwagsingh/DES-app

A simple app to demonstrate the power of the DESfiddle package

Language: Python - Size: 8.79 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

TULbaghia/Data-Encryption-Standard

Kryptografia DES

Language: C++ - Size: 245 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

codewithsalim/DES-Algorithm

An implementation of DES along with Decryption.

Language: Python - Size: 4.88 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AyaElsackaan/Data-Encryption-Standard

This is a simple C++ project that applies Data Encryption Standard (DES).

Language: C++ - Size: 6.84 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

AyaElsackaan/Trusted

A secure network providing confidentiality and data integrity

Language: Python - Size: 30.3 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ap-atul/ics

Information and Cyber Security

Language: Java - Size: 31.3 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

ventaquil/des-attack

Simple implementation of DES attack

Language: Python - Size: 33.2 KB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

beccadsouza/Cryptography-and-System-Security

Symmetric and Asymetric Block Cipher Implementations in Python 3

Language: Python - Size: 21.5 MB - Last synced at: almost 3 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

r-sajal/Cryptography

Language: C++ - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

huww98/DES

Data Encryption Standard C++ implementation. High performance yet easy to understand.

Language: C++ - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

Huiliang-M/DES-ECB-CBC

The goal of this project is to write a simple encryption algorithm library to implement DES, ECB, and CBC. The programming language is Java.

Language: Java - Size: 19.5 KB - Last synced at: almost 3 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 3

sharan98/DES

DES implementation using Python

Language: Python - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

shashikdm/DES

DES implementation in C++ using 64 bit long datatype as a block

Language: C - Size: 5.86 KB - Last synced at: almost 3 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

pepplejoshua/My-Projects

Contains code on projects I have worked on.

Language: C++ - Size: 8.97 MB - Last synced at: almost 3 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

icaropires/cryptography

Language: Go - Size: 1.51 MB - Last synced at: 8 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

mehmetozanguven/Cryptography-Term-Project

Implementation of Diffie-Hellman Key-exchange, RSA algorithm, DSS(Digital Signature Signing and Verification), Extended Euclidean Algo., Fermat's Little Theorem, Fast Modular Exponentiation

Language: Java - Size: 3.64 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jatin69/mca402-IS

Coursework for mca402-Information Security.

Language: C++ - Size: 6.44 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

Heisenberk/DFA-DES

Differential Fault Analysis on R15 of the 15th round of Data Encryption Standard

Language: C - Size: 3.67 MB - Last synced at: almost 3 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 2

mahima-manik/networks-and-systems-security

Language: Python - Size: 313 KB - Last synced at: almost 3 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Related Keywords
cryptography 27 des 21 encryption 17 python 12 encryption-decryption 9 decryption 7 python3 5 rsa-cryptography 5 java 5 security 5 cipher-algorithms 5 cpp 4 playfair-cipher 4 cipher 4 hill-cipher 4 data-encryption 4 advanced-encryption-standard 4 autokey-cipher 4 vigenere-cipher 3 aes-encryption 3 aes 3 symmetric-encryption 3 des-algorithm 3 des-encryption 3 information-security 3 block-cipher 3 ceaser-cipher 3 triple-des 3 sdes 3 ciphertext 3 diffie-hellman 3 repeatingkey-cipher 2 c 2 columnar-cipher 2 data-security 2 computer-security 2 encryption-algorithms 2 standard 2 polyalphabetic-cipher 2 csharp 2 tkinter 2 rsa-algorithm 2 algorithm 2 client-server 2 rc4 2 cli 2 gui 2 cryptography-algorithms 2 block-ciphers 2 ecb 2 cipher-block-chaining 2 golang 2 digital-signature 2 ecc 2 blowfish-algorithm 2 rsa-encryption 2 simplified-des 2 3des 2 crypto 2 aes-128 2 ceasar-cipher 2 substitution-cipher 2 simplified-data-encryption-standard 2 cipher-algorithm 2 tripledes 2 saes 2 monoalphabetic-cipher 2 pypi-package 2 rsa 2 encrypted 1 diffie-hellman-key 1 extended-euclidean-algorithm 1 dotnet-framework 1 deffie-hellman-key-exchange 1 dotnet 1 network-security 1 balanced-ternary 1 sudoku-solver 1 cosine-similarity 1 introsort 1 map 1 matrices 1 polynomial 1 processing 1 solar-system 1 racket 1 reverse-polish-notation 1 scheme 1 cloud 1 database 1 hybrid-cryptography 1 hybrid-encryption 1 interview 1 javascript 1 learning-resources 1 data-protection 1 ff3 1 format-preserving-encryption 1 secure-coding 1 authentication 1