Stop With the Obfuscation: Encoding and Encryption are Not the Same

Written by wagslane | Published 2020/02/27
Tech Story Tags: programming | security | cryptography | base64 | encoding | encryption | jwt | obfuscation

TLDR Encoding is simply a way of representing data in a specific format. Encoding formats are only useful because they give computers and humans protocols to view and process raw binary data. With free and easy to use encryption libraries available in all major programming languages, there is no excuse to try to bake your own. Encryption is a specific subset of encoding where the encoded messages can only be accessed by authorized parties (the ones holding the decryption keys) Encoding schemes offer absolutely no security. Ironically, it also probably would have taken less time to implement.via the TL;DR App

no story

Written by wagslane | Founder of Boot.dev. Whining about coding sins since 2011. Committing coding sins for the same.
Published by HackerNoon on 2020/02/27