How to Identify Base64 Encoded JSON and Other Data Formats
By
jandeboevrie
Crackles when you bite it. Shows the baker did the work.
Summary
The article describes a personal experience where the author discovered that a seemingly indecipherable string in a file was actually base64 encoded JSON, thanks to a colleague's insight. The colleague demonstrated how to identify such encoded content without tools, highlighting a useful skill for developers.
Key quotes
· 3 pulledThe problem is that this file is generated by taking a password, deriving a key from it, and encrypting the content with that key.
It turns out that everyone can spot base64 encoded json.
I couldn't believe he was base64 decoding on the fly without tools, so I asked him how he did it.
You might also wanna read
RNDA: A data protocol that discards raw data after encoding to 256 bytes for breach-proof storage
RNDA is a novel data protocol that encodes raw input into 256 bytes and permanently discards the original data, making it impossible to brea
PII-Shield: Kubernetes Sidecar for Automated Log Sanitization and PII Redaction
PII-Shield is a zero-code Kubernetes sidecar solution for log sanitization that automatically detects and redacts Personally Identifiable In
Using Named-Entity Recognition to Filter Sensitive Information in Free Text for External APIs
The article discusses methods for filtering sensitive information in free text before sending it to external APIs, particularly for chatbots
Why small pull request policies can backfire on software quality
The article critiques a common software engineering policy that limits pull requests (PRs) to small sizes (e.g., 500 lines, few files). Whil
apenwarr.ca·1h agoHow Anthropic contains Claude's expanding access across its products
Anthropic describes how it has evolved its approach to granting Claude, its AI assistant, increasingly broad access to internal systems over
Testing Cursor's Jira integration: How ticket quality affects AI agent performance
Cursor launched a Jira integration that lets developers assign tickets directly to an AI agent, eliminating context switching. The author te
bit.ly·2h ago