Blog
Página 7 de 13 · 145 artículos en total

JWT Standard Guide: How to Securely Decode and Parse JSON Web…
Learn how to examine JSON Web Tokens (JWT), understand their three-part structure, and verify their security claims locally.

URL Cleaning: How to Remove UTM Parameters and Trackers from…
Discover how web links collect information about your browsing habits using UTM parameters and learn how to clean up your URLs to protect your privacy.

Clean Code in Databases: How to Format and Beautify SQL Queries
Discover the principles of readability in SQL code and how structured formatting reduces the chances of making logical errors.

Disposable emails and aliases: Protect your inbox against spam…
Discover the use of email aliases and deterministic credentials to identify which companies are selling your data and avoid mass spam.

Asymmetric cryptography: Secure generation of RSA and ECDSA key…
Understand the principles of asymmetric cryptography and learn the differences between RSA and ECDSA signature algorithms.

Creating secure environments: How to generate random…
Learn why you should never use real data or production credentials in your test environments and how to generate secure profiles.

Server Automation: A Practical Guide to Creating Crash-Free…
Learn the syntax of cron task schedulers and how to generate precise expressions to automate your backups and processes.

Spreadsheet Manipulation: Creating and Exporting CSV Files
Discover the CSV standard for storing structured data in plain text and learn how to import and export tables in a compatible way.

Ethical Testing: Generating Realistic Fictional Data to Protect…
Learn the best data masking techniques and how to populate your test databases with secure dummy information.

Data Integrity: How to Verify Files Using MD5 and SHA-256 Hashes
Learn what cryptographic hashing algorithms are and how to use them to ensure that a downloaded file has not been altered.

Design and layout: The correct use of filler text (Lorem Ipsum)
Discover the origin of Lorem Ipsum filler text and how it helps designers focus on the visual aesthetics of interfaces.

Fingerprinting Evasion: How to Use User-Agents to Protect Your…
Learn what the User-Agent header is, how websites use it to identify you, and how altering it helps mitigate online tracking.