C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)
-
Updated
Aug 2, 2024 - C++
C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)
DEScrypt CPU Collision Cracker
C++ implementation of cryptographic algorithms such as AES, DES, RSA, DSA, ECC (elliptic curve), MD5, Diffie_Hellman, ElGamal, Caesar cipher, and shift cipher. AES、DES、RSA、DSA、ECC(椭圆曲线)、MD5、Diffie_Hellman、ElGamal、凯撒密码、移位密码等密码学算法的C++实现。
A modern, high-speed, easy-to-use object-oriented C++ cryptographic library, aims to simplify the steps of using, making cryptographic algorithms modular and unifying the interface, thus enhancing scalability and flexibility of use. 一个现代、高效、易用的面向对象 C++ 密码库,旨在简化使用步骤,同时使密码算法模块化并统一接口,从而提升可扩展性和使用的灵活性。
This library contains the implementation of popular crypto algorithms from scratch using C++
Symmetric and assymetric
Algorithms studied during the Cryptography Course
This Repository is for Data Encryption and Decryption techniques used for security of information transmission.
c++ implementations of DES(Data Encrypt Standard) and it attack.
Cryptography tools created as part of a university course
Алгоритм позволяет зашифровать и расшифровать сообщение с помощью DES
code for cryptography and network security lecture taught at IIT Kharagpur by Prof. Sourav Mukhopadhyay
This is a C++ implementation of Transposition Cipher and DES Encryption And Decryption for Network Security course sessional of CSE BUET.
library for Data Encryption Standard, supports to 3DES, for GCC(G++)
Data Encryption Standard algorithm written in C++
The Data Encryption Standard (DES) implementation used for encrypting/decrypting blocks of bits. This program implements the complex algorithm in C++.
Add a description, image, and links to the des topic page so that developers can more easily learn about it.
To associate your repository with the des topic, visit your repo's landing page and select "manage topics."