Base64 Is Not An Encryption Algorithm

Base64 Is Not An Encryption Algorithm

What is Base64? Base64, as the name suggests, is a character set that includes lowercase letters a-z, uppercase letters A-Z, digits 0-9, and symbols “+” and “/”, totaling 64 characters (plus one “=”, making it actually 65 characters; the reason for the “=” will be explained later). Any symbol can be converted into a character … Read more

Mainflux IoT: A Lightweight Open Source IoT Platform

Mainflux IoT: A Lightweight Open Source IoT Platform

Follow the IoT Planet to track the dynamics of the Internet of Things! “IoT Planet” aligns with global industry trends, focusing on the integration of IoT and industry, and sharing technologies and applications related to IoT. Mainflux is a modern, scalable, and secure open-source IoT platform written in Go. It connects devices through various network … Read more

Concepts Related to Encryption Algorithms in HTTPS

Concepts Related to Encryption Algorithms in HTTPS

(Click the public account above to follow quickly) Author: Bole Online Column Author – Zhijun Link: http://blog.jobbole.com/107930/ Cryptography is widely used in computer science, and HTTPS is a secure communication protocol based on cryptography. HTTPS was first proposed by Netscape in 1994, and now, with the promotion by many Internet companies, HTTPS has been widely … Read more