RSSAmplifier

Nathan Ellison · Aug 11, 2024

Hex - 5 points

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Challenge Description When we encrypt something the resulting ciphertext commonly has bytes which are not printable ASCII characters. If we want to share our encrypted data, it’s common to encode it into something more user-friendly and portable across different systems. Hexadecimal can be used in such a way to represent ASCII strings. First each letter is converted to an ordinal number…

Read on nathan-ellison.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.