aes-128-cbc

There are 17 repositories under aes-128-cbc topic.

  • nickvourd/Supernova

    Real fucking shellcode encryptor & obfuscator tool

    Language:Go591103109
  • wechatpay-axios-plugin

    TheNorthMemory/wechatpay-axios-plugin

    微信支付 WeChatPay OpenAPI v2&v3' SDK,以命令行方式与接口交互,play the openapi requests over command line

    Language:JavaScript23265138
  • mpc

    markkurossi/mpc

    Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.

    Language:Go9651022
  • yanue/aes-cbc-pkcs7

    多语言aes-cbc-pkcs7加密模式,已支持7种: go,js,python,php,c#,java,swift

    Language:Java422114
  • chmoder/data_vault

    Data Vault is a modular, pragmatic, credit card vault for Rust.

    Language:Rust8303
  • GuilhermeTeixeira13/NOTHING2LOSE

    Simple Android lottery game (Java) that uses cryptography concepts such as: HMAC-SHA256, HMAC-SHA512, AES-128-CBC, AES-128-CTR

    Language:Java3201
  • soliphp/aes

    OpenSSL-compatible AES (128, 192, or 256) CBC library for PHP, based on openssl.

    Language:PHP3201
  • suihaohao/encrypt-and-decrypt-of-go-and-node

    go 和 node 的加解密

    Language:Go3211
  • elliotwutingfeng/fernet

    A Dart library for encrypting and decrypting messages using the Fernet scheme.

    Language:Dart201
  • zaphyr-org/encrypt

    A convenient interface for encrypting and decrypting text via OpenSSL using AES-128 and AES-256 encryption.

    Language:PHP2101
  • 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:C110
  • 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.

    Language:C++1102
  • 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.

    Language:C0100
  • ogtomi/rpi_sec_platform

    Server / Client secure communication platform

    Language:C++00
  • 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 !

    Language:C++10
  • celuk/secure-file-sharing-app

    Two-way Secure File Transfer Application on the Local Network

    Language:Python10
  • jiunjiun/AES-128-CBC

    AES-128-CBC Example

    Language:Java201