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++
A fast, educational C++20 implementation of the DES block cipher with CLI support
Symmetric and assymetric
Algorithms studied during the Cryptography Course
This Repository is for Data Encryption and Decryption techniques used for security of information transmission.
Алгоритм позволяет зашифровать и расшифровать сообщение с помощью DES
Cryptography tools created as part of a university course
c++ implementations of DES(Data Encrypt Standard) and it attack.
usim: a bare-metal c++ des for market microstructure research. features a zero-allocation, cache-resident matching engine and a deterministic 3-mode kernel enforcing strict l1/l2/l3 latency boundaries.
code for cryptography and network security lecture taught at IIT Kharagpur by Prof. Sourav Mukhopadhyay
C++ implementation of DES with practical differential cryptanalysis demonstration
This is a C++ implementation of Transposition Cipher and DES Encryption And Decryption for Network Security course sessional of CSE BUET.
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."