Cryptography Algorithms
-
Updated
Mar 29, 2020 - Python
Cryptography Algorithms
Improved way of securing data using combined Steganography and Cryptographic techniques
Some classical/modern ciphers in C language and Python to encrypt and decrypt important information and keep the information safe, such as integrity, authentication, confidentiality and availability of the data. Some implemented ciphers are: Affine, DES and AES (with modes of operation for BMP images)
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
Information and Network Security
Cyptobox is a Python library for dealing with cryptography algorithms.
This repository was created to fulfill the ETS Assignment of the ITS Cryptography Course. The report of the creation of this task can be seen in the PDF available in the Repository
Demonstration of some attacks exploiting security vulnerabilities of websites and OSs as tasks of Computer Security LAB, CSE 406 in Level-4, Term-1 of CSE, BUET
Implementation of Cryptographic Algorithms of course Modern Cryptography(CSC049P1M) offered in IIT Jammu.
It is a multiclient chat application in which message can be sent to an individual or a group with end to end encryption
This is a simple implementation of encryptions methods DES, AES, and RSA with a block Cipher RC4
A secure web app for managing cryptographic keys and user files, featuring user authentication, file encryption/decryption, and hash generation using Flask and SQLAlchemy.
A simple python script that offers multiple simple implementations for encryption techniques. Done as a project for ASU 2020, Computer and Network Security course.
Block cipher mode of operation
Some network security tools.
Add a description, image, and links to the des-encryption topic page so that developers can more easily learn about it.
To associate your repository with the des-encryption topic, visit your repo's landing page and select "manage topics."