C++库,包含多种功能。如密码库,编码库,网络库等。库名意为:网络巫师的万能密钥。
-
Updated
Nov 12, 2025 - C++
C++库,包含多种功能。如密码库,编码库,网络库等。库名意为:网络巫师的万能密钥。
Implements classical ciphers like Caesar and substitution to encrypt and decrypt text in C++.
功能名:隐秘的奥尔德雷斯之谜 Function Name: OaldresPuzzle-Cryptic
Classical cryptography tool with Caesar, Substitution, Vigenere, and Transposition ciphers - CST126 Assignment 2
This project includes the design and implementation of custom stream and block ciphers with encryption/decryption demos, naming, workflow diagrams, and usage justification. It also proposes a hybrid cryptography application combining symmetric and asymmetric methods.
C++ AES (Advanced Encryption Standard) ECB, CBC, CFB, CTR and GCM modes are implemented.
A C++20 header-only library for building powerful, composable data transformation pipelines — from integer ↔ bytes, base encodings, hashing, compression, and encryption to Unicode conversions.
A Lightweight Single Header file C++ AES Library that also supports AES Hardware Acceleration Technology
C++ Security Library
File Encryptor app
A C++ variant on the Python Enigma machine contained within the enigma repository
implementation of DES algorithm, DES is by now obsolete and not-secure, this is not intended for critical-security implementations.
this repository include XOR, Vigenere, and Polybius ciphers
encryption-decryption-tool in c++
Simply put, XOR (pronounced “exclusive or”) cipher is an additive cypher. It is based on the XOR operation (also known as the exclusive disjunction) in logic. As a logical operation, XOR is also called modulus 2 addition. In XOR operation, the output is true when the inputs differ.
An extensive collection of cipher implementations in C++
Add a description, image, and links to the cipher topic page so that developers can more easily learn about it.
To associate your repository with the cipher topic, visit your repo's landing page and select "manage topics."