On the same day, the releases of ZeroNet 0.7 and 0.7.1 took place – a platform distributed under the GPLv2 license, designed for creating decentralized websites using Bitcoin cryptography and the BitTorrent network.
Features of ZeroNet:
- Real-time updating websites;
- Support for Namecoin .bit domains;
- One-click website cloning;
- Password-less BIP32 based authorization: Your account is secured with the same cryptography as your Bitcoin wallet;
- Built-in SQL server with P2P data synchronization: Simplifies website development and speeds up page loading;
- Full support for the Tor network using .onion hidden services instead of IPv4 addresses;
- TLS encrypted connections;
- Automatic uPnP port opening;
- Plugin for supporting multi-user (openproxy);
- Works with any browsers and operating systems.
What's new in version 0.7:
- Reworked code for compatibility with Python3 (supports Python 3.4-3.8);
- More secure database synchronization mode;
- Removed dependencies on external libraries where possible;
- Signature verification is accelerated by 5-10 times using the libsecp256k1 library;
- Generated certificates SSL are now randomized to bypass protocol filters;
- Updated P2P code, which has transitioned to using the ZeroNet protocol;
- Offline mode;
- Fixed an error when updating files with special characters.
What's new in version 0.7.1:
- New plugin UiPluginManager designed for installing and managing plugins;
- Full support for OpenSSL 1.1;
- Now uses fake SNI and ALPN records to make connections look like connections to regular HTTPS websites;
- Fixed a dangerous vulnerability that potentially allows remote code execution on the client side.
Source: linux.org.ru
