Skip to main content
FubarCoder avatar

FubarCoder

NuGet publisher profile

Packages
55
Total Downloads
35.8M
35,772,585

Packages (55)

FubarCoder.RestSharp.Portable.Core package icon

FubarCoder.RestSharp.Portable.Core

This is the core RestSharp.Portable library which contains mostly interfaces to allow dependent libraries to use as few dependencies as possible. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

15.1M
downloads
FubarCoder.RestSharp.Portable.HttpClient package icon

FubarCoder.RestSharp.Portable.HttpClient

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

14.8M
downloads
FubarCoder.RestSharp.Portable package icon

FubarCoder.RestSharp.Portable

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Framework 4 - .NET for Windows Store apps - .NET Native for Windows Store apps - Windows Phone 8 - Windows Phone 8.1 - Silverlight 5 - Xamarin Android - Xamarin iOS / MonoTouch - Portable Class Libraries

737.7K
downloads
FubarDev.FtpServer package icon

FubarDev.FtpServer

TCP-based FTP server implementation

734.4K
downloads
FubarDev.FtpServer.Abstractions package icon

FubarDev.FtpServer.Abstractions

Interfaces for the portable FTP server

696.1K
downloads
FubarDev.FtpServer.Commands package icon

FubarDev.FtpServer.Commands

Commands for the portable FTP server

662.1K
downloads
Portable.BouncyCastle-Signed package icon

Portable.BouncyCastle-Signed

BouncyCastle.Crypto is a cryptography API providing: -Generation and parsing of PKCS#12 files. -X.509: Generators and parsers for V1 and V3 certificates, V2 CRLs and attribute certificates. -PBE algorithms supported by PBEUtil: PBEwithMD2andDES-CBC, PBEwithMD2andRC2-CBC, PBEwithMD5andDES-CBC, PBEwithMD5andRC2-CBC, PBEwithSHA1andDES-CBC, PBEwithSHA1andRC2-CBC, PBEwithSHA-1and128bitRC4, PBEwithSHA-1and40bitRC4, PBEwithSHA-1and3-keyDESEDE-CBC, PBEwithSHA-1and2-keyDESEDE-CBC, PBEwithSHA-1and128bitRC2-CBC, PBEwithSHA-1and40bitRC2-CBC, PBEwithHmacSHA-1, PBEwithHmacSHA-224, PBEwithHmacSHA-256, PBEwithHmacRIPEMD128, PBEwithHmacRIPEMD160, and PBEwithHmacRIPEMD256. -Signature algorithms supported by SignerUtilities: MD2withRSA, MD4withRSA, MD5withRSA, RIPEMD128withRSA, RIPEMD160withRSA, RIPEMD256withRSA, SHA-1withRSA, SHA-224withRSA, SHA-256withRSAandMGF1, SHA-384withRSAandMGF1, SHA-512withRSAandMGF1, SHA-1withDSA, and SHA-1withECDSA. -Symmetric key algorithms: AES, Blowfish, Camellia, CAST5, CAST6, DESede, DES, GOST28147, HC-128, HC-256, IDEA, NaccacheStern, RC2, RC4, RC5-32, RC5-64, RC6, Rijndael, Serpent, Skipjack, TEA/XTEA, Twofish, and VMPC. -Symmetric key modes: CBC, CFB, CTS, GOFB, OFB, OpenPGPCFB, and SIC (or CTR). -Symmetric key paddings: ISO10126d2, ISO7816d4, PKCS#5/7, TBC, X.923, and Zero Byte. -Asymmetric key algorithms: RSA (with blinding), ElGamal, DSA, ECDSA. -Asymmetric key paddings/encodings: ISO9796d1, OAEP, and PKCS#1. -Digests: GOST3411, MD2, MD4, MD5, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, Tiger, and Whirlpool. -Signer mechanisms: DSA, ECDSA, ECGOST3410, GOST3410, ISO9796d2, PSS, RSA. -Key Agreement: Diffie-Hellman and EC-DH. -Macs: CBCBlockCipher, CFBBlockCipher, GOST28147, HMac, and ISO9797 Alg. 3. -PBE generators: PKCS#12, and PKCS#5 - schemes 1 and 2. -OpenPGP (RFC 2440) -Cryptographic Message Syntax (CMS, RFC 3852), including streaming API. -Online Certificate Status Protocol (OCSP, RFC 2560). -Time Stamp Protocol (TSP, RFC 3161). -TLS/SSL Client with support for client side authentication. Support for .NET 4, Windows Phone 8, Windows Phone App 8.1, Windows 8, Silverlight 5, MonoTouch, MonoAndroid

620.2K
downloads
FubarDev.FtpServer.FileSystem.DotNet package icon

FubarDev.FtpServer.FileSystem.DotNet

.NET file system for portable FTP server

541.1K
downloads
FubarDev.FtpServer.FileSystem.InMemory package icon

FubarDev.FtpServer.FileSystem.InMemory

In-memory file system for portable FTP server

314.3K
downloads
FubarCoder.RestSharp.Portable.OAuth2 package icon

FubarCoder.RestSharp.Portable.OAuth2

This library contains the OAuth 2.0 authenticators and clients for RestSharp.Portable, which is a port of the OAuth 2.0 authenticators from the original RestSharp project. The OAuth 2.0 clients are a port from the OAuth2 project made by Constantin Titarenko and others. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

203.4K
downloads
FubarCoder.RestSharp.Portable.Encodings package icon

FubarCoder.RestSharp.Portable.Encodings

This library contains the GZIP and Deflate content encoding handlers. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profile 328)

186.1K
downloads
FubarCoder.RestSharp.Portable.OAuth package icon

FubarCoder.RestSharp.Portable.OAuth

This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible. Supported Platforms: - .NET Framework 4 - .NET for Windows Store apps - .NET Native for Windows Store apps - Windows Phone 8 - Windows Phone 8.1 - Silverlight 5 - Xamarin Android - Xamarin iOS / MonoTouch - Portable Class Libraries

140.4K
downloads
FubarDev.FtpServer.FileSystem package icon

FubarDev.FtpServer.FileSystem

File system for portable FTP server

81.8K
downloads
FubarDev.FtpServer.AccountManagement package icon

FubarDev.FtpServer.AccountManagement

Portable Google Drive API using RestSharp.Portable

71.2K
downloads
FubarDev.BeanIO package icon

FubarDev.BeanIO

A .NET port of BeanIO for marshalling and unmarshalling, which perfectly fits into the .NET world.

70.5K
downloads
FubarDev.FtpServer.FileSystem.GoogleDrive package icon

FubarDev.FtpServer.FileSystem.GoogleDrive

Google Drive file system for the portable FTP server

66.9K
downloads
FubarCoder.RestSharp.Portable.OAuth1 package icon

FubarCoder.RestSharp.Portable.OAuth1

This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

66.2K
downloads
FubarCoder.RestSharp.Portable.WebRequest package icon

FubarCoder.RestSharp.Portable.WebRequest

Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)

56.2K
downloads
FubarDev.WebDavServer package icon

FubarDev.WebDavServer

A .NET WebDAV server

52.9K
downloads
FubarDev.Lexware.Database.Shared package icon

FubarDev.Lexware.Database.Shared

Allgemeine Lexware-Klassen und -Schnittstellen für Entitäten

40.3K
downloads
FubarDev.FtpServer.AuthTls package icon

FubarDev.FtpServer.AuthTls

AUTH TLS for the portable FTP server

31.3K
downloads
FubarDev.NDbUnit.Core package icon

FubarDev.NDbUnit.Core

.NET 4.0 NDbUnit Core Services; not intended to be consumed by itself

30.8K
downloads
RestSharp.Portable.Google.Drive package icon

RestSharp.Portable.Google.Drive

Portable Google Drive API using RestSharp.Portable

30.5K
downloads
FubarDev.WebDavServer.Locking.InMemory package icon

FubarDev.WebDavServer.Locking.InMemory

In-memory lock management for the .NET WebDAV server

30.0K
downloads
FubarDev.WebDavServer.FileSystem.InMemory package icon

FubarDev.WebDavServer.FileSystem.InMemory

In-memory file system support for the .NET WebDAV server

29.6K
downloads
FubarDev.Lexware.Database.NhSupport package icon

FubarDev.Lexware.Database.NhSupport

NHibernate-Support für die Lexware-Entitäten

28.4K
downloads
FubarDev.Lexware.Database.Global package icon

FubarDev.Lexware.Database.Global

Lexware-Entitäten für globale Daten

26.0K
downloads
FubarDev.WebDavServer.AspNetCore package icon

FubarDev.WebDavServer.AspNetCore

ASP.NET Core integration for the .NET WebDAV server

24.5K
downloads
FubarDev.WebDavServer.FileSystem.DotNet package icon

FubarDev.WebDavServer.FileSystem.DotNet

System.IO based file system support for the .NET WebDAV server

22.9K
downloads
FubarDev.Lexware.Database.Global.Mappings package icon

FubarDev.Lexware.Database.Global.Mappings

NHibernate-Mappings für die Lexware-Entitäten für globale Daten

22.7K
downloads

25 more packages load after hydration.