2023年12月9日

A sample of JSON RPC service

摘要: This is a sample service program which show how to implement a JSON RPC. The RPC service included two functions which used for RSA sign and verify. If 阅读全文

posted @ 2023-12-09 21:56 inthelight 阅读(2) 评论(0) 推荐(0) 编辑

2023年11月3日

Example for generate RSA key

摘要: 1. Use OpenSSLGenerate private key:> openssl genrsa -out private.pem 2048By default the format of output is PKCS#1-PEM Generate public key:> openssl r 阅读全文

posted @ 2023-11-03 20:35 inthelight 阅读(4) 评论(0) 推荐(0) 编辑

2023年10月21日

用VS2017编译Qt 5.15.x静态库

摘要: 一些莫名其妙的原因要升级到Qt5,耗时几天,总结如下: 第1步:下载源码包:qtbase-everywhere-opensource-src-5.15.x.zip 第2步:安装下面程序:strawberry-perl-5.x.x; python-3.x.x; rubyinstaller-devkit 阅读全文

posted @ 2023-10-21 13:14 inthelight 阅读(95) 评论(0) 推荐(0) 编辑

2023年9月20日

A TCP connection test tool

摘要: Hi, This is a TCP connection tool. You can use it to establish multiple connections with server and test server performance. Download: source | exe 阅读全文

posted @ 2023-09-20 22:14 inthelight 阅读(5) 评论(0) 推荐(0) 编辑

导航