| Server IP : 195.114.193.97 / Your IP : 216.73.217.68 Web Server : LiteSpeed System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64 User : sembi4241 ( 1126) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/cloudinit/__pycache__/ |
Upload File : |
o
쑛h, � @ 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 s, t | �}z|�d�W S ty | Y S w )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-8)r �decode�UnicodeDecodeError)�source�decoded� r �9/usr/lib/python3/dist-packages/cloudinit/atomic_helper.py�b64d s �r
zBase64 encodingc C s"