1 مستودع
Conversion of binary data to Base32 for text-based protocol transport.
Distinct from Binary Data Encoding: Specifically focuses on Base32 encoding for transport rather than general binary data encoding for high-frequency streams.
Explore 1 awesome GitHub repository matching networking & communication · Base32 Encoding. Refine with filters or upvote what's useful.
sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,
Converts binary data into Base32 encoded strings for safe transport across text-based protocols.