JamesBellinger
- 744,678 total downloads
- last updated 12/2/2014
- Latest version: 2.1.0
CryptSharp provides a number of password crypt algorithms - BCrypt, LDAP, MD5 (and Apache's htpasswd variant), PHPass (WordPress, phpBB, Drupal), SHA256, SHA512, and Traditional and Extended DES. Additionally it includes Blowfish, SCrypt, and PBKDF2 for any HMAC (.NET's built-in PBKDF2...
More information
SCrypt
by:
JamesBellinger
- 260,507 total downloads
- last updated 5/11/2013
- Latest version: 2.0.0.2
This subset of CryptSharp contains only its SCrypt and any-HMAC PBKDF2 functionality.
If you need these algorithms for purposes unrelated to passwords, this package may be sufficient for you. If you are dealing with passwords, use the "CryptSharpOfficial" package.
- 181,099 total downloads
- last updated 5/4/2019
- Latest version: 2.1.0
HIDSharp is a cross-platform .NET wrapper for Windows, MacOS, and Linux (hidraw) USB HID APIs.
It can interface with arbitrary USB HID devices as well as read and write raw reports.
It also includes cross-platform serial port communications and supports interprocess communication for...
More information
NBit
by:
JamesBellinger
- 105,127 total downloads
- last updated 2/25/2013
- Latest version: 1.2.0
Computes standard and custom CRCs up to 32 bits, and provides bit manipulation extension methods.
- 80,958 total downloads
- last updated 11/2/2017
- Latest version: 1.0.4
SecondLanguage lets you use Gettext files in .NET without a lot of hassle.
It can read and write both .mo and .po, and fully supports message contexts and plural forms.
A C-style printf formatter is included so you don't have to use .NET-specific translations.
- 9,417 total downloads
- last updated 11/11/2018
- Latest version: 0.9.4
RemoteViewing is a .NET-native VNC client and server library.
It supports Raw, Hextile, Copyrect, and Zlib encodings, and includes a Windows Forms control to make embedding VNC in your program extremely easy.
ENet
by:
JamesBellinger
- 6,101 total downloads
- last updated 4/24/2013
- Latest version: 1.3.6.3
ENet supports multiple in-order streams of data over UDP, and allows you to decide on reliability on a per-packet basis. Both client-server and peer-to-peer architectures are supported.
ENet for C# wraps the C-language ENet networking library. 32- and 64-bit Windows and MacOS DLLs are...
More information
- 5,040 total downloads
- last updated 2/23/2013
- Latest version: 1.3.0
WPF lacks some basic functionality, so I coded it up and share the result with you here. Controls and windows include InputBox (like the VB6 function but more powerful), EditableLabel, ThumbnailPanel, and more. There are also helpers for associating with file types and starting up with Windows.
- 4,789 total downloads
- last updated 5/2/2013
- Latest version: 1.0.0
NetIRC2 is an easy-to-use .NET IRC client library. It supports all major features relevant to making a chat client or bot.
NetIRC2 has full support for synchronization contexts. You can use it from a Windows Forms or WPF GUI thread and chat events will be automatically dispatched, allowing you to...
More information
- 3,432 total downloads
- last updated 6/14/2014
- Latest version: 1.0.5
Interfaces with the Kangaroo motion controller using its Packet Serial protocol.
- 2,584 total downloads
- last updated 6/14/2014
- Latest version: 1.6.0
Control your SyRen or Sabertooth motor driver with VB.NET, C#, or any other .NET Framework language.
- 1,888 total downloads
- last updated 2/23/2013
- Latest version: 1.0.5
TrueTypeSharp is a tiny, entirely .NET-native TrueType font renderer.
It is primarily a port of Sean Barrett's excellent C library stb_truetype.
- 1,347 total downloads
- last updated 2/23/2013
- Latest version: 1.0.0
Ever needed to cast one struct to another, or pull a struct out of a byte array without a lot of work or unsafe code? I have too, so I made PODcaster. It can cast between individual elements as well as to and from array sections.