Search notes:

Base64

Base64 is typically used to reprsent binary data with ASCII characters.

TODO

In JavaScript (and with the window object), the respective functions for base 64 handling are btoa() and atob().

See also

Base64 is used in the Basic HTTP authentication scheme to transmit user-id/password pairs (see RFC-7617).
Base64 is described in RFC 4648
Encoding and decoding base 64 with c++
The Python module binascii has the two functions b2a_base64 and a2b_base64.
On a Windows command line, certutil -decode and certutil -decode provide a possibility to encode/decode a file in base 64 if no tool can be installed.
On Linux, there is the base64 utility.
java.util.Base64
The Perl module Perl module MIME::Base64
MIME
Using data URIs (<img src="data:…, ">) in HTML to embed (usually binary data) data (encoded in Base64) within the HTML document itself.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759954540, '216.73.216.10', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/Base64/index(68): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78