A web application designed to test various cryptography and hash algorithms.
-
Updated
Jul 22, 2021 - Python
A web application designed to test various cryptography and hash algorithms.
This Java Enterprise web application verifies it's users using Google's OAuth 2.0. It then hides their text in an image using LSB algorithm and encrypts the image using AES algorithm for additional security. It also allows users to send encrypted image via email using gmail's RESTful api.
Encryption/Decryption system implements AES algorithm created with @yogevitz for Network Security course
Data security project aims to implement various algorithms using c#
These are my encryption-decryption algorithms which I learned and implemented in the cybersecurity course
AES-256-ECB: A header-only library offering seamless AES-256 ECB encryption and decryption functionality. Safeguard your data effortlessly with this single-header implementation. This solution is devoid of external dependencies, making it perfect for projects demanding reliable and efficient symmetric encryption.
C code for AES128 encrypt - Runs on ATMEL SAML21 XPro board
Operating System Algorithms and security Algorithms [AES , DES , ... ] and Multimedia Algorithms [Adaptive Huffman Algorithm, LZ78 , LZ88 , LZW, Vector Quantization Algorithm, ...]
A simple Java application that uses AES algorithm to encrypt any text or decrypt the encrypted text back to a meaningful message.
This GitHub repository offers AES_192_CBC.h, a single header file for streamlined integration into C projects. It provides robust AES-192 CBC encryption and decryption, ensuring enhanced security. With its simplicity and comprehensive functionality, this header file simplifies cryptographic operations in CBC mode.
A cross-platform application to encrypt and decrypt data using the AES algorithm
This GitHub hosts AES_192_ECB.h, a C header file implementing AES-192 ECB encryption. AES-192, an extension of AES-128, ensures robust security. The file encapsulates the aes-192-ecb algorithm in C for efficient and secure implementation.
Simulation of a Cryptographic file system which makes use of AES Algorithm to encrypt the data of the users
Simple class to encrypt files in java (android studio).
Semester project for lesson "Ανάπτυξη και Σχεδίαση Λογισμικού"
AES(Advanced Encryption Standard) implementation in C++
This is a fully functional secure chat system that offers a command line interface that allows multiple users to talk to multiple other users simultaneously through a chat server
The project for encrypting files using hybrid cryptography using the AES, DES and RC4 algorithm and then sending the keys using the Diffie Hellman key exchange.
Add a description, image, and links to the aes-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the aes-algorithm topic, visit your repo's landing page and select "manage topics."