xxxxxxxxxx
<p>This tool encodes and decodes credentials using Base64. You can choose how many times to encode or decode the data.</p>
1
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Credentials Generator</title>
7
<style>
8
body {
9
font-family: Arial, sans-serif;
10
background-color: #f4f4f4;
11
color: #333;
12
text-align: center;
13
padding: 50px;
14
}
15
h1 {
16
color: #0078d4;
17
}
18
h2 {
19
color: #333;
20
background-color: #eaeaea;
21
padding: 10px;
22
border-radius: 5px;
23
display: inline-block;
24
}
25
hr {
26
border: 0;
27
height: 1px;