Articles by Tag #base64

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

What is base64 string in Python?

A base64 string is a way of encoding binary data (like images, audio, or files) into a text format....

Learn More 1 0Dec 23 '24

Generating secrets for applications

Using Python and Terminal: python -c 'import secrets; print(secrets.token_urlsafe(16))' ...

Learn More 0 0Aug 20 '24

Everything you need to know about Base64

This article is created by Logto, an open-source solution that helps developers implement secure...

Learn More 0 0Mar 27

Algorithm for compressing numbers to Base64

I came up with an algorithm to compress numbers into Base64, so I'd like to introduce it. The...

Learn More 0 0Oct 29 '24

Encode your secret keys to base64

Keep your keys safe and easily port them anywhere in your code

Learn More 0 0May 8

De C# a Go: Logrando Compatibilidad en Codificación AES y Base64

Hace un par de semanas me enfrenté a un problema interesante: tenía que migrar un algoritmo de...

Learn More 0 0Nov 5 '24

Base64 strings concepts in different programming language

Base64 strings are not exclusive to Python—they are widely used across many programming languages and...

Learn More 0 0Dec 23 '24

A Simple Tool to View and Download Base64 Images Online

If you've ever worked with Base64-encoded images, you know that viewing them can sometimes be a pain....

Learn More 0 0Mar 23