AMAnirudhan Madhavaninanirudhan.hashnode.dev00Hex Encoding and Decoding1d ago · 2 min read · Bytes are the computational truth, every other representation is an interface format Hex-Encoding Hex encoding is a representation step, not an encryption step. It converts each byte into two ASCII cJoin discussion
AMAnirudhan Madhavaninanirudhan.hashnode.dev00Base64 Encoding and Decoding1d ago · 4 min read · Bytes are the computational truth, every other representation is an interface format Binary data cannot be safely passed through every channel. Email bodies, JSON fields, HTTP headers, PEM certificatJoin discussion
AMAnirudhan Madhavaninanirudhan.hashnode.dev00Binary Encodings: From Bits to Bytes1d ago · 3 min read · Binary data is rarely handled in its raw string of 1s and 0s. Instead, developers and systems rely on encodings that balance human readability with machine efficiency. While decimal and octal have speJoin discussion
TUTilda Udufoinfreecodecamp.org00What Your Auth Library Isn't Telling You About Passwords: Hashing and Salting Explained2d ago · 8 min read · Before I started building auth into my own projects, I didn't think too deeply about what was happening to passwords behind the scenes. Like most developers, I installed a library, called a hash functJoin discussion