1 مستودع
Defines base classes for both directions of cryptographic transformations, ensuring symmetric interfaces for encryption and decryption pairs.
Distinct from Symmetric Encryption: Distinct from Symmetric Encryption: focuses on the architectural framework for invertible transformations, not the symmetric encryption process itself.
Explore 1 awesome GitHub repository matching security & cryptography · Invertible Cryptographic Transform Frameworks. Refine with filters or upvote what's useful.
Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and asymmetric encryption, hashing, and digital signatures. It is designed as a portable toolkit, usable across different operating systems without modification. The library distinguishes itself through its architecture: cryptographic parameters such as key size and mode are configured at compile time via C++ templates, eliminating runtime overhead. Algorithms are registered in a static factory for runtime lookup, while data processing follows a pipeline model of composable sources,
Defines base classes for both directions of cryptographic transformations, ensuring symmetric interfaces for encryption and decryption pairs.