passwordGenmain.tsx9 matches
4import { createRoot } from "https://esm.sh/react-dom/client";
56function AlbertiCipherDisk({ outerRotation, innerRotation, onRotate }) {
7const outerAlphabet = "ABCDEFGHILMNOPQRSTVXZ1234";
8const innerAlphabet = "gklnprtvz&xysomqihfdbace";
80}
8182function SecurityLevelPicker({ securityLevel, setSecurityLevel }) {
83return (
84<div className="flex justify-center space-x-2 mb-6">
100}
101102function MinLengthPicker({ minLength, setMinLength }) {
103const options = [8, 12, 16, 20];
104122}
123124function SpecialCharToggle({ allowedSpecial, setAllowedSpecial }) {
125const specialChars = "!@#$%^&*()_+-=[]{}|;:,.<>?".split("");
126152}
153154function App() {
155const [input, setInput] = useState("password123");
156const [securityLevel, setSecurityLevel] = useState("medium");
397<li>Review the generated password and its corresponding secure identifier.</li>
398<li>
399Utilize the "Copy" functionality to securely transfer your newly generated password to the system
400clipboard.
401</li>
420}
421422function client() {
423createRoot(document.getElementById("root")).render(<App />);
424}
428}
429430async function server(request: Request): Promise<Response> {
431if (request.method === "POST" && new URL(request.url).pathname === "/generate") {
432const { input, policy, outerRotation, innerRotation } = await request.json();
506}
507508function generatePassword(
509input: string,
510policy: any,
14const DEFAULT_SERVER = 'https://ntfy.sh/';
1516export async function sendNtfyNotification(payload: NtfyPayload) {
17const { server = DEFAULT_SERVER, topic } = payload ?? {};
18
web_uVEjrAHlZHmain.tsx1 match
12export async function web_uVEjrAHlZH(req) {
3return new Response(`<!DOCTYPE html>
4<html>
web_jvEOd6FdXLmain.tsx1 match
12export async function web_jvEOd6FdXL(req) {
3return new Response(`<!DOCTYPE html>
4<html>
web_GgRfBRQZjpmain.tsx1 match
12export async function web_GgRfBRQZjp(req) {
3return new Response(`<!DOCTYPE html>
4<html>
fullPageWebsiteScrapermain.tsx4 matches
418}
419420// Main Function
421export async function findBrokenLinks(websiteUrl) {
422console.log("Version: " + import.meta.url.match(/[?&]v=([^&]*)/)?.at(1));
423try {
470471// Usage
472export default async function(interval) {
473console.log(`Starting broken link check at ${new Date().toISOString()}`);
474const url = "https://dateme.directory";
481console.log("External broken links:", JSON.stringify(results.brokenLinks.external, null, 2));
482} catch (error) {
483console.error(`Error in main function: ${error.message}`);
484}
485}
web_AXDuIDWzNXmain.tsx1 match
12export async function web_AXDuIDWzNX(req) {
3return new Response(`<!DOCTYPE html>
4<html>
web_mmtKPYGP3mmain.tsx1 match
12export async function web_mmtKPYGP3m(req) {
3return new Response(`<!DOCTYPE html>
4<html>
web_k1upAyVCPhmain.tsx1 match
12export async function web_k1upAyVCPh(req) {
3return new Response(`<!DOCTYPE html>
4<html>
web_FzOqLTzLOPmain.tsx1 match
12export async function web_FzOqLTzLOP(req) {
3return new Response(`<!DOCTYPE html>
4<html>