aes-128-cbc
There are 17 repositories under aes-128-cbc topic.
nickvourd/Supernova
Real fucking shellcode encryptor & obfuscator tool
TheNorthMemory/wechatpay-axios-plugin
微信支付 WeChatPay OpenAPI v2&v3' SDK,以命令行方式与接口交互,play the openapi requests over command line
markkurossi/mpc
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
yanue/aes-cbc-pkcs7
多语言aes-cbc-pkcs7加密模式,已支持7种: go,js,python,php,c#,java,swift
chmoder/data_vault
Data Vault is a modular, pragmatic, credit card vault for Rust.
halloweeks/AES-128-CBC
AES-128-CBC implementation in C for secure encryption and decryption. Header-only, easy integration, supports single and multiple block operations. No padding, block size must be 16 bytes. MIT licensed.
elliotwutingfeng/fernet
A Dart library for encrypting and decrypting messages using the Fernet scheme.
GuilhermeTeixeira13/NOTHING2LOSE
Simple Android lottery game (Java) that uses cryptography concepts such as: HMAC-SHA256, HMAC-SHA512, AES-128-CBC, AES-128-CTR
soliphp/aes
OpenSSL-compatible AES (128, 192, or 256) CBC library for PHP, based on openssl.
suihaohao/encrypt-and-decrypt-of-go-and-node
go 和 node 的加解密
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.
maroontress/mimicssl-aes128-cbc-decrypt
This is an AES-128 CBC implementation in C23 only for decrypting, and its API is compatible with OpenSSL 1.1.
zaphyr-org/encrypt
A convenient interface for encrypting and decrypting text via OpenSSL using AES-128 and AES-256 encryption.
celuk/secure-file-sharing-app
Two-way Secure File Transfer Application on the Local Network
ogtomi/rpi_sec_platform
Server / Client secure communication platform
AntTBD/XiaomiGatewayAqaraAlarm
Request/Write commands to a Xiaomi Gateway Aqara via UDP and encrypted key in c. Prototype to develop an alarm ringing and light blinking when input gpio change state as there is an intrusion !
jiunjiun/AES-128-CBC
AES-128-CBC Example