| Server IP : 192.250.235.158 / Your IP : 216.73.216.4 Web Server : LiteSpeed System : Linux s4099.sgp1.stableserver.net 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64 User : vmxfzbqj ( 1905) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.9/site-packages/cloudinit/__pycache__/ |
Upload File : |
a
'�Dg, � @ s� d dl Z d dlZd dlZd dlZd dlZd dlmZmZ d dlm Z m
Z
dZe�e
�Ze �d�dd� �Ze �d�d d
� �Zeddfd
d�Zeddfdd�Zdd� Ze �d�dd� �Zefdd�ZdS )� N)� b64decode� b64encode)�performance�utili� zBase64 decodingc C s0 t | �}z|�d�W S ty* | Y S 0 dS )z�base64 decode data
:param source: a bytes or str to decode
:return: base64 as a decoded str if utf-8 encoded, otherwise bytes
�utf-8N)r �decode�UnicodeDecodeError)�sourceZdecoded� r
�;/usr/lib/python3.9/site-packages/cloudinit/atomic_helper.py�b64d s
r zBase64 encodingc C s"