JamesBellinger
-
- 12,273 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... More information -
SCrypt
by: JamesBellinger- 3,952 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... More information -
NBit
by: JamesBellinger- 2,087 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. -
- 812 total downloads
- last updated 5/18/2013
- Latest version: 1.5.0
HIDSharp is a cross-platform .NET wrapper for Windows, MacOS, and Linux (hidraw) USB HID APIs. -
- 551 total downloads
- last updated 1/16/2015
- Latest version: 1.0.1
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... More information -
ENet
by: JamesBellinger- 544 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... More information -
- 531 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... More information -
- 384 total downloads
- last updated 5/11/2013
- Latest version: 0.9.1
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. -
- 273 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. -
- 267 total downloads
- last updated 6/14/2014
- Latest version: 1.0.5
Interfaces with the Kangaroo motion controller using its Packet Serial protocol. -
- 245 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.... More information -
- 177 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. -
- 158 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... More information