go to post Botai Zhang · Jan 27, 2021 I also have this problem. This answer perfectly solves the problem.
go to post Botai Zhang · Jan 27, 2021 Hi Manager! According to your request, I added the model corresponding link in the readme file!Hope to get technical score in the competition。 Application name:HealthInfoQueryLayer readme file:https://github.com/ZBT-95/-IRIS-/blob/main/README.md
go to post Botai Zhang · Nov 22, 2020 感谢您的回复,情况是这样的,Port页面是一个明文登录,如图,有项目需要过国家等保,需要在客户端登录传递给服务器过程中,增加加密操作,通过密文传递。目前,我们想通过csp加密发送至服务端,服务端解密验证,现在客户端可以实现加密,需要找到服务端解密的的操作块,增加解密的操作,完成这个诉求。
go to post Botai Zhang · Nov 18, 2020 If I don't use Https and want to implement simple password transmission encryption and decryption (for example: Base64), as shown in the figure, CSP has completed the encryption operation. Would you like to ask where the decryption operation needs to be handled?
go to post Botai Zhang · Nov 17, 2020 Thank you.Lorenzo Scalese . How is HTTPS implemented in healthshare? Is this the only way? Change% csp.login Is class implementation feasible?