Raysync Security Design: Web Security
December 9, 2020As a file acceleration transmission software, for the convenience of users, Raysync can be accessed directly on the web. The browser supports the convenient process of interactive operation, and we should strictly control the security of the browser.
In the data transmission, we can simply divide the web into several layers:
Browser: Browser is the client, which provides data information interaction between the client and the server;
Http: When the client interacts with the webserver, there is a web request, which is based on the unified application layer protocol-HTTP protocol to exchange data. HTTP is a lightweight protocol, which requires no connection and provides fault tolerance for communication errors.
Middleware: Middleware is a general service between platform (hardware and operating system) and application.
Server container: Server container is responsible for parsing user requests and scripting languages, such as Tomcat and JBoss. When we visit the web page, we see the content processed by the web container;
Database: Dynamic pages can provide interactive information query service, which mainly depends on the realization of web databases. Web pages containing forms are provided as access interfaces, and query results are also returned to users in the form of Web pages containing data lists.
In view of the above points, the design of Raysync on web security:
User-side Web portal and management-side Web Portal support access IP address isolation and port isolation;
Support some nodes to disable user plane Web Portal or management plane web portal;
Support HTTP and HTTPS, and the administrator can disable HTTP and only expose Https service;
HTTPS TLS 1.1, TLS 1.2, TLS 1.3, only open the encryption algorithm suite recognized by the industry as safe;
On the Web page of Raysync login, the effective range of session is only valid for the current access page, completely eliminating CSRF cross-site attack;
Before each version of Raysync is released, professional Web vulnerability scanning service will be used to scan vulnerabilities and repair the latest released vulnerabilities in time.
As a one-stop solution provider, Raysync has independently developed its core transfer technology with its professional technical teams to offer high-performance, secure, and reliable large file transfer and file management services for major enterprises.
You might also like
![[Hot] 3 Fastest Ways to Transfer Large Files](http://images.ctfassets.net/bg6mjhdcqk2h/4vCKipOcNfkziPbMfSTtPg/b415e21697f02aaae988c83b2931dd83/fastest-file-transfer.png)
Raysync News
June 1, 2022Still looking for an efficient way to transfer large files? This article details 3 viable approaches. Click on the free trial to learn more!

Raysync News
May 26, 2020FTP is the oldest network tool on the Internet and is used for two-way Internet transfer.

Raysync News
June 18, 2020File transfer is the transmission of a computer file through a communication channel from one computer system to another.