sai phanindrablog.saiphanindra.com·Sep 8, 2024Encryption, Encoding, and Hashing: Understanding the DifferencesIn today's digital age, data security is more crucial than ever. With the increasing threat of cyberattacks and data breaches, it's essential to understand the different techniques used to protect sensitive information. Encryption, encoding, and hash...Cryptography and SecurityCryptography
Cloud Tunedcloudtuned.hashnode.dev·Jul 2, 2024Base16 Encoding (Hexadecimal) - The BasicsBase16 Encoding (Hexadecimal) - The Basics Base16 encoding, commonly known as hexadecimal or simply hex, is a numeral system that uses 16 distinct symbols to represent values. These symbols are the digits 0-9 and the letters A-F (or a-f). Hexadecimal...94 readsbase16
Cloud Tunedcloudtuned.hashnode.dev·Jul 1, 2024Base32 Encoding - The BasicsBase32 Encoding Base32 encoding is a method for converting binary data into a text format using a set of 32 different characters. It is used to encode binary data in situations where text-based formats are required, such as in URLs, file names, or da...base32
Cloud Tunedcloudtuned.hashnode.dev·Jun 30, 2024Base64 Encoding - The BasicsBase64 encoding is a method for converting binary data into a text format using a specific set of 64 characters. This encoding technique is particularly useful for transmitting binary data over media that are designed to handle textual data, such as ...base64encoding
Aaron Jevil Nazarethaarons-space.hashnode.dev·Mar 6, 2024JSON Web Token(JWT)Introduction Json web tokens is the method using which information can be shared between 2 parties in a secure way. It allows you to decode, verify and generate JWT. What is Authentication? Authentication is the method of proving if something is genu...11 likesJSON Web Tokens (JWT)
XingXiang Ongxingxiang.hashnode.dev·Feb 18, 2023FeaturedFlying High with Rust and UDP: Building a Client-Server System for Flight ReservationsIntroduction Project overview For my distributed systems class, I was tasked with building a flight reservation system. It would handle client requests for information and seat reservations, while the server maintained the database of flights. There ...33 likes·286 readsRust
Xavierxavier7t.com·Feb 12, 2023Encode & Decode an Image with SwiftIn today’s demo, we’re going to learn how you can encode and decode an image. Encoding means converting an image to a string and decoding means a backward conversion. This could be useful for you to save an image in a database or JSON file etc. Let’s...384 readsiOS
Gaurav BharadwajforGoLangLLCishars-1667484405135.hashnode.dev·Dec 1, 2022Encoding and DecodingIntroduction Encoding and decoding are used in many forms of communications, including computing, data communications, programming, digital electronics and human communications. These two processes involve changing the format of content for optimal t...348 readsdecoding