C language RSA algorithm implementation (based on Mbedtls)

In recent projects, RSA algorithm needs to be implemented by C language. Here, I implement it by Mbedtls library. 1. Download Mbedtls First, we put the Mbedtls code into the project, and the related transmission gates are as follows: Official download address of Mbedtls The official website is sl ...

Added by Oni on Tue, 21 Jan 2020 17:24:06 +0200

Basic configuration of WeChat public address

Today, I configured the token in the afternoon, but I don't know what's wrong. I found many methods on the Internet and didn't solve the problem, but I finally found a solution in a forum. I'm really excited. Don't say no more. Just connect the code. This is the configuration of wechat public platform.    The url value here should be directly ...

Added by jokerfool on Sun, 05 Jan 2020 19:17:44 +0200

Alibaba cloud log service Rest API usage example reference

Summary Log Service (LOG for short) is a one-stop service for LOG data, which is tempered in Alibaba group through a large number of big data scenarios. Besides operating through the management console, LOG also provides API (Application Programming Interface) to write and query LOG data, manage their own projects and LOG libraries. In the actu ...

Added by Gestahr on Thu, 05 Dec 2019 04:27:56 +0200

c#WeChat Public Number Development - Basic Settings, Server Configuration token Validation

c#WeChat Public Number Development - Basic Settings Reference to official WeChat documents https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Access_Overview.html Development_Basic Configuration Public Number Development Information   Note: 1. Keep track of the developer password and it will be used in the process of program va ...

Added by AliceH on Thu, 14 Nov 2019 09:42:49 +0200

Spring Boot developing WeChat public address background

Hello, everyone, little brother, today, I want to talk to you about an interesting topic, which is to use WeChat Boot to develop the background of WeChat public address. Many little friends may notice SongGe's personal website( http://www.javaboy.org A few days ago, the function of unlocking the website articles was released on a public address ...

Added by liam1412 on Wed, 30 Oct 2019 05:28:32 +0200

python crawler-simulated microblog login

Microblog Simulated Logon This is the website of this crawl: https://weibo.com/ I. Request Analysis Find the login location, fill in the username password for login operation Look at the data for this request response. This is the data from the response. Save it. exectime: 8 nonce: "HW9VSX" pcid: "gz-4ede4c6269a09f5b7a6490f790b4aa944eec" pubk ...

Added by freakus_maximus on Thu, 12 Sep 2019 10:43:47 +0300

Website search box uses WeChat scanner

background Customers require that certain instruments and devices be managed by a tag QR code, just like the Taobao search box which can directly take photos of the search product.A previous one has been made Web page calls the function of camera to recognize QR code , which has two drawbacks: Recognition needs to be taken first, not directly ...

Added by Jaxeed on Thu, 15 Aug 2019 09:44:47 +0300

Encryption algorithm AES MD5 SHA1

Encryption algorithms are usually divided into symmetrical encryption algorithm and asymmetrical encryption algorithm. For symmetrical encryption algorithm, both receivers of information need to know the key and encryption and decryption algorithm beforehand, and the key is the same, then the data is encrypted and decrypted. The asymmetric algo ...

Added by nick314 on Sun, 16 Jun 2019 22:57:04 +0300

XtraBackup Full Backup and Recovery of MySQL Data

Anti-forgery code: There can be no inner peace without considerable loneliness.1. OverviewPercona XtraBackup (PXB) is a backup tool developed by Percona for the physical backup of MySQL databases. It supports MySQl (Oracle), Percona Server and MariDB, and is open source. Taobao's RDS for MySQL physical backup is based on XtraBackup.Xtrabackup h ...

Added by pvolpe1 on Thu, 13 Jun 2019 20:37:51 +0300

Message digest algorithm-MAC

1. Brief introduction Mac (Message Authentication Code, Message Authentication Code) is a hash function algorithm with key. It is compatible with the characteristics of MD and SHA algorithms, and adds key on this basis. Therefore, MAC algorithm is often called HMAC algorithm. Note that the digest value obtained by the MAC algorithm can also be ...

Added by akreation on Fri, 07 Jun 2019 03:08:02 +0300