An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: aes-decryption

samuel-lucas6/AES-CTR.NET

A .NET implementation of AES-CTR.

Language: C# - Size: 15.6 KB - Last synced at: 7 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

RobCyberLab/Cryptography-Algorithms-App

🛡️Cryptography Algorithms App🔑

Language: JavaScript - Size: 1.12 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 0

mrdcvlsc/AES

A Lightweight Single Header file C++ AES Library that also supports AES Hardware Acceleration Technology

Language: C++ - Size: 54.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 15 - Forks: 2

Ebryx/AES-Killer

Burp Plugin to decrypt AES encrypted traffic on the fly

Language: Java - Size: 207 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 639 - Forks: 124

futzu/m3ufu

The Most Pythonic M3U8 Playlist Parser and Downloader Allowed by Law. Automatic AES Decryption. All HLS Tags Are Supported. All SCTE-35 Tags are Supported.

Size: 184 KB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 27 - Forks: 5

michaelehab/AES-Verilog

Advanced encryption standard (AES128, AES192, AES256) Encryption and Decryption Implementation in Verilog HDL

Language: Verilog - Size: 8.73 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 90 - Forks: 21

Vincent-G-Van/AES-Encryption-Python

Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.

Language: Python - Size: 703 KB - Last synced at: 12 days ago - Pushed at: almost 8 years ago - Stars: 26 - Forks: 21

CipherX-bit/Chrome_Password_Extractor

A Python script to extract and decrypt saved passwords from Google Chrome’s SQLite database, saving them to a text file. It uses AES decryption and the win32crypt library for Windows systems.

Language: Python - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

sakship31/Text-steganography

Flask website for implementation of paper on text-based steganography i.e. hiding a secret message in a cover message and sending it over social media which in turn can be revealed.

Language: Python - Size: 4.05 MB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 26 - Forks: 9

ramazancetinkaya/Obscura

Language: PHP - Size: 31.3 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 13 - Forks: 1

maxDcb/nimAesCrypt

Nim file-encryption module that uses AES256-CBC to encrypt/decrypt files.

Language: Nim - Size: 8.79 KB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

xLoge/AES

Lightweight, portable, AES for C++11 and above.

Language: C++ - Size: 128 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

amirsaam/EncryptKit

A Simple CommonCrypto Package to Encrypt/Decrypt a String

Language: Swift - Size: 8.79 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

KarimZakzouk/AES

Design and Development of AES Encryption and Decryption Modules in Verilog HDL for AES128, AES192, and AES256 Algorithms.

Language: Verilog - Size: 24.4 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zhoukaidev/opencl-aes

Accelerate AES by opencl

Language: C++ - Size: 46.9 KB - Last synced at: 10 months ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 2

nemuelw/fcrypt

Encrypt and decrypt files & directories from the command line

Language: Go - Size: 1.25 MB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

CertifiedGlowie/ADT

Aes Decryption Tool(ADT) is an application that lets you decrypt AES256 encrypted files using command line arguments with safety feature of backing them up with .EX extension.

Language: Rust - Size: 6.78 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

AhmedShoeb0/MessageEncryptionDecryptionApp

A simple Java application that uses AES algorithm to encrypt any text or decrypt the encrypted text back to a meaningful message.

Language: Java - Size: 32.2 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

BLu85/AES-GCM-128-192-256-bits

Configurable AES-GCM IP (128, 192, 256 bits)

Language: Python - Size: 670 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 17 - Forks: 5

Nguyencoder11/Group11_EncryptAndDecryptAppWithAES

ứng dụng mã hóa và giải mã sử dụng giải thuật AES

Language: C# - Size: 44.6 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

arvindpj007/AES-CTR-Padding-Attack

Golang programs for AES-CTR mode encryption with 2 different hashing algorithm and Padding Oracle attack on AES-CTR mode.

Language: Go - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 0

Muslim-314/AES_over_UART

The repository hosts an ongoing project dedicated to the development of an implementation for the Advanced Encryption Standard (AES) 128-bit block cipher in UART communication. Please be advised that this project is currently in progress and subject to updates.

Language: HTML - Size: 171 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

NetRay05/Socket-Channel

Encrypted Socket Channel Data Transmission for point-2-point state-full or state-less Communication over secure SSL(4096 pkbs) encrypted channels, Server & Client, Single-Unit header file, written in c++, Stealthy(hidden) or Concealed operations, persistent or ephemeral transitory connections.

Language: C++ - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

muneebahmad/AESPhp

AES Reference implementation in php, was written by me for PGSS

Language: PHP - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

muneebahmad/AESiOSObjC

iOS Objective-C AES-CBC/ECB, reference implementation by me for PGSS

Language: Objective-C - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

muneebahmad/AESAndroid

Android AES-ECB/CBC, reference implementation by me in Java for PGSS.

Language: Java - Size: 85 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

atualariao/AESEncryptionSample

A simple C# .NET 7 console application with AES encryption and decryption

Language: C# - Size: 291 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

3verlaster/PicCrypt

PicCrypt - Repo for encrypting images in Base64 or AES

Language: Python - Size: 263 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

halloweeks/custom-aes

This is a modified version of the AES-128 CBC encryption algorithm. In this custom implementation, encryption and decryption are possible without requiring an Initialization Vector (IV). Instead, the IV is derived from the last and first round key during the encryption and decryption process.

Language: C - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

galoget/gpp-cpass-decrypt

GPP CPassword Decryption Tools

Size: 11.7 KB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 1

tebinraouf/CryptoPP

Implementing AES and TDES with CryptoPP Library

Language: C++ - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

abdalla1912mohamed/-AES-encryption-and-decryption-platform-in-FPGA-communication

implementing a protected communication platform between 2 FPGA's. Data is entered through a keyboard-FPGA interface then the data is encrypted using AES encryption and sent to the second FPGA where the decryption occurs if the decryption key is given and the data is displayed using an FPGA-LCD interface using VHDL scripts

Language: C - Size: 1.14 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

sparshkathed/KeyVault

Stores Passwords in encrypted form in on-device database

Language: JavaScript - Size: 1.44 MB - Last synced at: 5 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

DarthWilliam36/AES_Cipher

Simple AES Cipher made in python for educational purposes.

Language: Python - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

NRollo/PowerMeter

Reads the power meter (every 10 sec.) de-crypt and publish to the MQTT server

Language: C - Size: 2.14 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 1

kiro6/AES-encryption-decryption-tool

AES encryption and decryption tool for files

Language: Python - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

wadiim/crypto Fork of MateuszG2001/PKR

A Java-based GUI application for encrypting/decrypting messages using the AES algorithm and signing/verifying messages using the DSA algorithm written for a class project.

Language: Java - Size: 96.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

cloudmadeofcandy/AES_implementation 📦

AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques

Language: Python - Size: 963 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

Ibraam-Nashaat/AES-Verilog Fork of michaelehab/AES-Verilog

Advanced encryption standard (AES128, AES192, AES256) Encryption and Decryption Implementation in Verilog

Size: 8.72 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

elpidakrp/HighLevelSynthesis_AES

AES algorithm for High Level Synthesis

Language: C++ - Size: 2.31 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

abdo-essam/AES-Algorithm

Language: Java - Size: 804 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ak811/aes-encryption

Ciphertext/Plaintext Encryption/Decryption using AES Algorithm

Language: Java - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

Koyama-Tsubasa/AES

Easy C code of AES

Language: C++ - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

vdparikh/crypto

GoLang Crypto operations - AES, HMAC, Checksum and RSA Encrypt Decrypt

Language: Go - Size: 50.8 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 2

BryanYehuda/DocGuard

This Repository is made to save the process of creating an Android App Called DocGuard, an app to helps you hash your important images and files. To see the report and the process of making you can see the LaporanAkhir (In Bahasa). Finalized APK can be seen in the docguard.apk

Language: Java - Size: 8.53 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

BryanYehuda/KriptografiETS

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

Language: Python - Size: 3.29 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

schroscatt/Advanced-Encryption-Standard-Implementation Fork of GozdeUnver/cmpe494-assignment1

Advanced Encryption Standard is implemented as a group project of the Information Security course.

Language: Java - Size: 460 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Shikhar0051/SecureSignatureVerification

This project Ensures secure encryption and decryption of plaintext to secure cyphertext and vice-versa using AES Encryption. And maintains a secure connection between client and server using the RSA algorithm.

Language: Python - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

harikesh409/SMSAES

SMS application using AES Encryption

Language: Java - Size: 124 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

iVishalr/AES-Encryption

This is a quick and simple AES Encryption implementation using C Programming Language

Language: Objective-C - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

ssootube/ComputerSecurity

Computer Security Projects(AES, RSA)

Language: C++ - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

yinxing2008/AESCrypt

aes encrypt and decrypt

Language: Kotlin - Size: 121 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

dmaixner/nodejs-esp8266-aes-decrypt

Decipher AES cipher crypted by NodeMCU ESP8266

Language: JavaScript - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Kronopt/AES_Encrypt_Decrypt

Encrypt and Decrypt files using AES (Advanced Encryption Standard)

Language: Python - Size: 24.4 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0