cbc-mode
There are 61 repositories under cbc-mode topic.
bricke/Qt-AES
Native Qt AES encryption class
mpgn/Padding-oracle-attack
:unlock: Padding oracle attack against PKCS7 :unlock:
the-javapocalypse/Python-File-Encryptor
Encrypt and Decrypt files using Python (AES CBC MODE)
flast101/padding-oracle-attack-explained
Padding Oracle Attack fully explained and coded from scratch in Python3
liquidsec/pyOracle2
A python-based padding oracle tool
bricke/tiny-AES-C
Small portable AES128 in C
hutorny/chaskey
A lightweight 128-bit encryption algorithm implemented in C++ and JavaScript
neuhalje/aes_padding_oracle_attack
Demonstrate how to use a padding oracle to break AES-CBC encrypted ciphertext (as seen on poodle).
KKStudLab/cryptit
Encryption has never been so easy! glhf
paolostivanin/GTKCrypto
GTKCrypto allows you to easily encrypt, sign and compute hash of your data.
waldner/bAESh
Hot, low speed encryption in Bash
JoelRomero97/Cryptography
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)
kellencataldo/aes_lib
A small library for AES encryption in both ECB and CBC modes
ogtomi/crypto_lib
This library contains the implementation of popular crypto algorithms from scratch using C++
AbdeltwabMF/aes-ciphers
AES block cipher modes with the user interface.
EncryptUtil/EncryptUtil
EncryptUtil 一个整理了JDK常用加密算法工具类集合
mrdcvlsc/Krypt
A C++ AES implementation - an optimized forked of SergeyBel/AES
riotkit-org/gpbkdf2
PBKDF2 key encoder for use in shell. Single, tiny binary. Written in Go.
K-Czaplicki/TwoFish
TwoFish implementation in python with vector tests.
hubert-kniola/CipherMods-ECB-CBC-OFB-CFB-CTR
Measurement of encryption and decryption times using different operating modes for the AES Cipher
ItaloHugoMDS/Encryption_and_Decryption_Big_Files_with_Python
This repository contains tools for encrypting and decrypting any file using a hybrid encryption method, making use of symmetric AES 256 and asymmetric RSA encryption.
alihaydarkurban/AES-Encryption-And-Decryption
It is an Advanced Encryption Standard with 128-bit key values and also its some versions like Cipher Block Chaining and Output Feedback.
FardadCo/LaraCryptObjC
Laravel encryption method for Objective C.
gerhalt/cryptopals
Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.
ujjawalece/Verilog-code-for-different-modes-of-DES
Verilog code for different modes of DES
angeal185/node-anubis-cipher
nodejs module for the anubis 256 bit cipher in cbc mode with optional hmac authentication
anishvedant/End-to-End-Encryption
End-to-End Encryption with Python Socket Communication This Python project demonstrates end-to-end encryption (E2EE) using the x25519 key exchange protocol and AES encryption for secure communication between a client (Alice) and a server (Bob) over a socket connection.
cybensis/faf-padding-oracle
Fast-As-F*ck web-based Padding Oracle attack python script that uses multithreading and other means to greatly increase decoding speed.
dpm12345/Cryptography-Experiment
此为学习密码学课程所做的实验(包括SM4,ecdsa等的实现)
jaskier07/Cryptographer
Program to encrypt and decrypt files using ECB, CBC, CFB, OFB.
na-vural/AES256-CBC-File-Enc-Dec
AES256 CBC File Enc/Dec
PandH4cker/PandaCipher
Symetrical encryption/decryption program
re0marb1e/padding-oracle-attack
分组密码CBC模式填充提示攻击Node.js演示代码
Slyvred/aes-256-cbc
This is a simple cli tool written in rust to encrypt/decrypt files using the AES256-CBC algorithm.
Somorpher/ByteCrypt
Cryptographic library providing secure hashing, full encryption/decryption functions, digital signatures, different MoO(AES, CBC, GCM, CFB, OFB, CTR), RSA(512, 1024,2048...), GOST, Serpent, AES, RC6, etc...
tanel312/AES_Library
AES 128/192/256 encryption/decryption in modes: CBC, ECB, CTR, OFB & CFB