1 रिपॉजिटरी
Transforming data into different representations or creating fixed-length fingerprints.
Distinct from Data Compression Algorithms: Covers both Base64 encoding and cryptographic hashing, which are distinct from general data compression
Explore 1 awesome GitHub repository matching security & cryptography · Data Encoding & Digesting. Refine with filters or upvote what's useful.
This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision
Implements Base64 encoding and cryptographic digests including MD5 and SHA-1.