Search found 21 matches

by bborzic
Fri Jan 06, 2023 5:41 pm
Forum: Announcements
Topic: Xb2.NET 4.3 released
Replies: 1
Views: 2145

Xb2.NET 4.3 released

Xb2.NET v4.3 is now available for download. This release brings low-level support for setting up a reverse HTTP proxy. It allows your Xbase++ HTTP server to act as a middleman (or proxy), relaying HTTP requests to a different server on behalf of the connected client. A reverse proxy can be used to:...
by bborzic
Tue Feb 15, 2022 12:24 pm
Forum: Announcements
Topic: Xb2.NET 4.2 / SQLExpress 3.3.13 released
Replies: 0
Views: 2667

Xb2.NET 4.2 / SQLExpress 3.3.13 released

Version highlights: add support for OpenSSL 3.0  new xbHMAC function returns a keyed hash used for message authentication new SHA512_224 + SHA512_256 message digest algorithms new xbHexEncode / xbHexDecode functions for string hex encoding/decoding new xbHex2Dec / xbDec2Hex functions for numeric hex...
by bborzic
Tue Apr 13, 2021 8:30 am
Forum: Announcements
Topic: Xb2.NET v4.1 released
Replies: 0
Views: 4453

Xb2.NET v4.1 released

Xb2.NET v4.1 is now available for download. Version highlights: Supports IPv4 + IPv6 and runs on Windows XP, Server 2003 and up. Improved server performance & stability under extreme load. SOAP server now supports dynamically compiled PRG scripts. Modify server-side SOAP functions without stopping ...
by bborzic
Thu Apr 16, 2020 1:07 pm
Forum: Xbase++ Support
Topic: Xb2.NET OAuth2 client authentication sample
Replies: 0
Views: 10726

Xb2.NET OAuth2 client authentication sample

Customers have been asking me for OAuth2 code samples so we spent some time and created a very simple client authentication sample that uses the Xb2.NET library. Download from here: https://xb2.net/download.prg?Xb2Net_OAuth2_Client_Sample.zip Note: You will need your Xb2.NET license key to download ...
by bborzic
Sat Feb 15, 2020 1:10 pm
Forum: Announcements
Topic: Xb2.NET v4.0 with IPv6 support released
Replies: 0
Views: 13110

Xb2.NET v4.0 with IPv6 support released

Xb2.NET v4.0 with support for IPv6 & TLS 1.3 is now available for download. NOTE: In order to support IPv6 we were forced to drop support for Window XP and Server 2003. As a result, Xb2.NET v4.0 will no longer run on these legacy operating systems. At the same time however, we are also making avail...
by bborzic
Sat Apr 27, 2019 6:10 pm
Forum: Announcements
Topic: Announcing release of Xb2.NET v3.7
Replies: 0
Views: 14146

Announcing release of Xb2.NET v3.7

Xb2.NET 3.7 is now available for download. This release adds support for OpenSSL 1.1.1 and the latest TLS 1.3 security. OpenSSL is an open source toolkit for secure communications and general-purpose cryptography. It is by far, the most widely used server TLS library. Updating an older Xb2.NET serv...
by bborzic
Fri Apr 06, 2018 6:49 pm
Forum: Announcements
Topic: Announcing release of Xb2.NET v3.6.04
Replies: 10
Views: 36479

Announcing release of Xb2.NET v3.6.04

Xb2.NET v3.6.04 is now available for download. Here are the major highlights for this release: add support for server-side HTTP file and media streaming. Stream very large content such as music and videos directly from your Xb2.NET web server. This feature is also useful for downloading large files...
by bborzic
Mon Feb 05, 2018 10:23 am
Forum: eXpress++ Support
Topic: PUFFIN WEB BROWSER
Replies: 2
Views: 7531

Re: PUFFIN WEB BROWSER

Here’s how it works: When a user clicks a link via the Puffin browser, the request will first be sent to Puffin’s remote servers. That server will collect the information to fulfill the request in milliseconds, preload all of the content and then mirror the resulting web page on the user’s device. ...
by bborzic
Thu Oct 26, 2017 1:35 pm
Forum: Announcements
Topic: Announcing release of Xb2.NET v3.6
Replies: 0
Views: 15230

Announcing release of Xb2.NET v3.6

Xb2.NET v3.6.00 is now available for download. Here are the major highlights for this release: full support for creating, parsing and modifying JSON objects. minimize chance of client-side caching for dynamic HTTP server requests. fix serious issue with the latest Windows 10 Fall Creators Update (1...
by bborzic
Wed Dec 21, 2016 1:25 pm
Forum: Xbase++ Support
Topic: encoding for licensing the software
Replies: 2
Views: 14732

Re: encoding for licensing the software

HI I have a software which i want to licence to the users. I have Name, Exp. date and the hardware mac code. I want to give them the Code to enter which is encoded using these 3 objects. If you have the Xb2.NET library ( see: http://xb2.net/xb2net/ ), then you can use the xbHash function to create ...