search for: base64encoded

Displaying 4 results from an estimated 4 matches for "base64encoded".

2018 Sep 25
1
How to troubleshoot admin auth values in url format http://admin:password@icecast.org:1234
...ot; i.e. "admin" ? Reading the code on Github, in src/connection.c static int _check_pass_http it appears it calls a method util_base64_decode, so it appears it is trying to decode it. but sometimes this works from a web browser request when username:password is typed in plaintext (not base64encoded) does the browser automatically encode it behind the scenes before the network tranmission? 2. is there anyway to enable a more detailed logging level which would be able to echo the values submitted, to validate if they are being changed by the web browser during transmission? in same code fil...
2006 Dec 06
2
auth unix sockets
Hi, I'm working on "avelsieve" SqurrelMail plug-in to implement SIEVE "file" back end for dovecot. 1. My be someone my explain me, how to use client auth socket to authenticate against dovecot-auth unix socket. As fas as I understood login must be sent in form "user\0\user\0password" as base64 encoded string. pp code (I'm using socket used by postfix auth):
2009 Mar 04
1
How to dump plots as bas64 strings?
Hello My question might sound awkward, but I am looking for a way to somehow convert a plot in R into a base64 string. Here's an idea, but it is not at all satisfying. 1. write the plot to the harddisk: --------------------------- png("toto.png") plot(c(1,2,3)) dev.off() --------------------------- 2. somehow reload that file from the disk and transform it into a base64 string:
2010 Nov 10
16
Managing private key files; content=>file vs. binary content.
Hi all, Hi all, We use puppet for, amongst other things, managing the private-key files needed for things like SSL certificates for HTTPS web servers. We have a few constraints on how these are handled, and changes in recent versions of puppet are making this harder than it perhaps ought to be to implement, so I''m curious to know how others are handling it. A site''s private