Pinned Repositories
AlphaNumericComparer
:books: Provides several types of `IComparer` that enables the alphanumeric comparison of two objects
Crypto
:books: Provides a handy way to hash data using Adler32, CRC (8-bit to 82-bit, and customizable without bit restriction), MD5, SHA-1 and SHA-2 (256-bit, 384-bit and 512-bit), including HMAC keyed hashing for some types. Functions for encrypting and decrypting data with Rijndael (128-bit, 192-bit and 256-bit) are also offered
Text
:books: Provides functions for encoding and decoding base 2, 8, 10, 16, 32, 64, 85 and 91 and more
Roydl's Repositories
Roydl/Crypto
:books: Provides a handy way to hash data using Adler32, CRC (8-bit to 82-bit, and customizable without bit restriction), MD5, SHA-1 and SHA-2 (256-bit, 384-bit and 512-bit), including HMAC keyed hashing for some types. Functions for encrypting and decrypting data with Rijndael (128-bit, 192-bit and 256-bit) are also offered
Roydl/Text
:books: Provides functions for encoding and decoding base 2, 8, 10, 16, 32, 64, 85 and 91 and more
Roydl/AlphaNumericComparer
:books: Provides several types of `IComparer` that enables the alphanumeric comparison of two objects