5 ms·
I've seen base64 used to implement "security through obscurity" in web applications. Many times in situations where they could have just used a cryptographic ha
by 0culus 8y ago
I've seen base64 used to implement "security through obscurity" in web applications. Many times in situations where they could have just used a cryptographic hash and been done with it.