aes256-cbc
There are 8 repositories under aes256-cbc topic.
deo7/Filencrypt
File encryption and decryption using AES-256 CBC Mode
lisandro-git/esms
An encrypted multi client messaging system written in pure Rust
MinegamesAdministrationTool-zz/CryptoPrivacy
All kind of encryption in one program.
ilya-filatov-94/Password-Manager
Password manager for Windows, Qt5, C++, AES256, SQL, SMTP
ajaykumargdr/eth-crypto-wallet
Ethereum crypto currency wallet. Rust cli tool for managing Ethereum accounts. Allows users to create, import, export accounts, retrieve balances, execute transactions, and more, with robust security measures in place.
bsgrigorov/text-encrypt
Repo for text encryption site and scripts
aescrypt-format/jsAesCrypt
A Javascript library for AES256-CBC encrypt/decrypt files. Format of AesCrypt (version 2)
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.