Text Verification Tools MD5 And SHA

You may have encountered a situation where the downloaded file was damaged and didn’t open smoothly. The method to verify whether the file has changed is the information summary algorithm. It analyzes the contents of the file and generates a hash string. Compare your file hash value with someone else’s Read more…

Build Cryptography And Use It As WASM

Download cryptography library and build for wasm Download cryptography source code at GitHub, cryptopp. Go to cryptopp folder which contains GNUmakefile. Build it to generate C++ library and execute file. make static dynamic cryptest.exe Create a new folder build and move all generated files into it. mv *.o *.so *.a Read more…

SVD And Eigenvector

The eigenvector of a linear transformation doesn’t change in the transformation, and the scale of this vector under the transformation is called the eigenvalue. Practice We use 3D Model Editor to perform the following linear transformation: For more information on how to use the web app 3D Model Editor to Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X