Symmetric and assymetric
-
Updated
Sep 12, 2020 - C++
Symmetric and assymetric
功能名:隐秘的奥尔德雷斯之谜 Function Name: OaldresPuzzle-Cryptic
GOST block cipher (GOST 28147-89) algorithm implementation using C++ language with WinApi UI.
Simplified Data Encryption Standard (S-DES) is a simple version of the DES Algorithm. It is a block cipher that takes a block of plain text and converts it into ciphertext. It takes a block of 8 bit. It is a symmetric key cipher, they use the same key for both encryption and decryption. We take a random 10-bit key and produce two 8-bit keys.
my solutions for the HW in the symmetric cipher breaking course, all the HW are exercises from the https://cryptanex.hideinplainsight.io/ website
Messaging-system with E2E encryption
C++ program for encrypting text files using the four-square cipher encryption technique
ACNS 2023 - Meet-in-the-Filter and Dynamic Counting with Applications to Speck
To develop a cryptography simulation that demonstrates secure communication over UDP using OpenSSL/MbedTLS libraries which showcases the use of cryptographic protocols for encryption, confidentiality.
PAE256 Simple Symmetric Cipher
Encryption and decryption using symmetric-key substitution algorithms implemented as console application
This program encrypts files using a key given by the user
C++ console application that features unique (at least I think so) symmetric key based file encryption algorithm.
Labs for development and exploitation of cryptographic infrastructure course. National Research Nuclear University MEPhI, Spring 2023
Experiments on Symmetric-Key Cryptography Principles
This project demonstrates secure communication using mbedTLS/OpenSSL, featuring digital certificates, a `CrytoWrapper` class, SIGMA protocol implementation, and secure encryption/decryption with session destruction.
Add a description, image, and links to the symmetric-key-cryptography topic page so that developers can more easily learn about it.
To associate your repository with the symmetric-key-cryptography topic, visit your repo's landing page and select "manage topics."