From 8b28c70d1510adc31174d0e1b100025353609977 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 13 Jul 2026 01:17:54 -0600 Subject: [PATCH] addin web tooks --- Web-Tools/Base64-File-String-Generator.html | 178 ++++++++++++++++ Web-Tools/Passgen.html | 100 +++++++++ Web-Tools/String-Tools.html | 225 ++++++++++++++++++++ 3 files changed, 503 insertions(+) create mode 100644 Web-Tools/Base64-File-String-Generator.html create mode 100644 Web-Tools/Passgen.html create mode 100644 Web-Tools/String-Tools.html diff --git a/Web-Tools/Base64-File-String-Generator.html b/Web-Tools/Base64-File-String-Generator.html new file mode 100644 index 0000000..f53475d --- /dev/null +++ b/Web-Tools/Base64-File-String-Generator.html @@ -0,0 +1,178 @@ + + + + + + File to Base64 Converter + + + + +
+

File to Base64 Converter

+ +
+

Click to browse or drag & drop a file here

+ +
+ +
+
+ + +
+ +
+
+ + + + + \ No newline at end of file diff --git a/Web-Tools/Passgen.html b/Web-Tools/Passgen.html new file mode 100644 index 0000000..702f800 --- /dev/null +++ b/Web-Tools/Passgen.html @@ -0,0 +1,100 @@ + + +Passgen + + + + +

Passgen?

+
+
+
+
+
+
+ +

Password

+

Strength? bits

+

Years to Crack?

+ + \ No newline at end of file diff --git a/Web-Tools/String-Tools.html b/Web-Tools/String-Tools.html new file mode 100644 index 0000000..bcc0c0c --- /dev/null +++ b/Web-Tools/String-Tools.html @@ -0,0 +1,225 @@ + + + + + + String Tools + + + + +
+

String Tools

+ +
+ + +
+ +
+
Character Count (Length)
+
0
+
+ +
+
Uppercase
+
---
+
+ +
+
Lowercase
+
---
+
+ +
+
URL Encoded
+
---
+
+ +
+
URL Decoded
+
---
+
+ +
+
Base64 Encoded
+
---
+
+ +
+
Base64 Decoded
+
---
+
+
+ + + + + \ No newline at end of file