84 packages tagged with “Hex”
Provides various extensions of .NET Base Class Library
The main goal of this library is to provide primitive types like Uuid, Hex converter, etc.
Base16, Base32, Base45, Base58, Base62, Base85 encoding/decoding library
High-performance hex encoding and decoding for .NET
This library contains several useful classes: - ColorConverter RgbToHex RgbToCmyk RgbToHsv RgbToHsl RgbToXyz RgbToYuv RgbToYiq HexToRgb HexToCmyk HexToHsv HexToHsl HexToXyz HexToYuv HexToYiq CmykToRgb CmykToHex CmykToHsv CmykToHsl CmykToXyz CmykToYuv CmykToYiq HsvToRgb HsvToHex HsvToCmyk HsvToHsl HsvToXyz HsvToYuv HsvToYiq HslToRgb HslToHex HslToCmyk HslToHsv HslToXyz HslToYuv HslToYiq XyzToRgb XyzToHex XyzToCmyk XyzToHsv XyzToHsl XyzToYuv XyzToYiq YiqToRgb YiqToHex YiqToCmyk YiqToHsv YiqToHsl YiqToXyz YiqToYuv YuvToRgb YuvToHex YuvToCmyk YuvToHsv YuvToHsl YuvToXyz YuvToYiq - ColorComparer - ColorGenerator GetRandomColor GetLightRandomColor GetDarkRandomColor Enums - ColorName
A .NET library to parse an Intel HEX file and emit a representative memory representation.
Color conversion portable class library
HEX editor control for Windows Forms
A library to upload an Intel HEX file (e.g. compiled sketches) directly to an Arduino over a (USB) serial port without having to use the Arduino IDE (or avrdude).
Generate color based on the given string
WPF HexEditor is a powerful, fully customizable hex editor control for .NET applications with modern service-based architecture. ✨ Features: • Binary file editing (hex, decimal, binary views) • 10 specialized services (Find, Undo/Redo, Clipboard, Selection, Highlight, ByteModification, Bookmark, TBL, Position, CustomBackground) • Search & Replace with intelligent caching • Unlimited Undo/Redo support • Custom character tables (TBL) for game hacking • Insert/Overwrite modes • 80+ unit tests for quality assurance • Localized in 6 languages (EN, FR, PL, PT, RU, ZH) • Comprehensive documentation with 19 README files 📦 Supports: .NET Framework 4.8 and .NET 8.0-windows 🎯 Use in: WPF and WinForms applications Perfect for: Binary analysis, ROM hacking, file patching, hex editing tools, data forensics
A hex editor control for the Avalonia UI framework.
A modern cryptographic library for .NET 8+ based on libsodium and inspired by Monocypher.
Encoding bytes to multiple text format, e.g. Bin, Hex, Base32, Base64, Base95 (and more). Represent an integer in any base. Supports .NET 4.6.1 and Standard 1.1 (Core) Full source code (for review on GitHub) is well documented and tested. For inspirations of possible usage please review Test/Inspiration.cs file. If you like this project, please give it a star on GitHub ;)
Library of encoding/decoding related functionality for Hexadecimal, Base64 and Base32.
A library to convert between byte arrays and strings using hex (base 16) encoding i.e. each byte is represented by 2 hex characters. The implementation makes use of an efficient table lookup that is approx 16x faster than using System.BitConverter.
A basic hex library
This project supports custom functions for user's clean code that are not directly provided by .NET. New Features: Safe File Operations (Mythosia.IO) NEW: Safely read text or binary files with graceful error handling, returning empty results instead of throwing exceptions. Example (Text): string content = await "C:\\path\\file.txt".ReadAllTextAsync(); Example (Binary): byte[] data = await "C:\\path\\file.bin".ReadAllBytesAsync(); Directory Operations (Mythosia.IO) NEW: Safely retrieve file listings with flexible search patterns and recursive options. Example (Basic): string[] files = "C:\\folder".GetAllFiles(); Example (Pattern): string[] textFiles = "C:\\folder".GetAllFiles("*.txt", SearchOption.AllDirectories);
Smdn.Fundamental.PrintableEncoding.Hexadecimal.dll
GS1 EPC Tag Data Translation (TDT 2.2 / TDS 2.3) library for RAIN RFID. Cross-platform: .NET, .NET MAUI, Android, iOS, macCatalyst. Supports encoding/decoding of SGTIN, SSCC, SGLN, GRAI, GIAI, GSRN, GDTI, SGCN, ITIP, GID, CPI, ADI, USDOD and Digital Link URIs. Includes TDS 2.3 '+' and '++' schemes with custom hostname encoding. Converts between binary, hex, tag URI, pure identity URI, and legacy formats.
convert a byte buffer to its hexers(Upper Case)
Formats a hex dump from bytes
Provides classes for encoding binary data into a printable representation using Base64, Base32, Base16 (hex), or Base85/Ascii85 character sets, plus equivalent functions for the decoding of such encoded data back into its binary form.
A C# class and enum that helps perform a variety of hex-grid functions, such as computing distance, getting directions, and drawing various shapes (rings, circles, lines, asterisks...)
.NET Extensions to simplify work hexadecimal strings
Yet another library to manage hexagonal grids. For docs and usage examples please see the GitHub repo.
Types.Hexadecimal is a library providing simple types and extensions to support hexadecimal (hex) numeral system.
Tools to help when working with Hex string masks
Cryptographic utilities.