Imgflip Logo Icon

yes i wont hack you, i would get no benefit from doing so

yes i wont hack you, i would get no benefit from doing so | OFFERING SECURE PASSWORDS; MEMECHAT ME | made w/ Imgflip meme maker
71 views 1 upvote Made by Alans_Sticks 1 month ago in MS_memer_group
12 Comments
0 ups, 1mo,
1 reply
just use Bitwarden's password generator yo 😭✌️
0 ups, 1mo,
1 reply
no
0 ups, 1mo,
1 reply
it's free
0 ups, 1mo
bigger no
0 ups, 1mo,
1 reply
"Yes I won't hack you" doubt it
0 ups, 1mo,
1 reply
i srrsly wont
0 ups, 1mo,
1 reply
or better yet paste

function generatePassword(length = 24) {
const chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+-=[]{}|;:,.<>?";
const charCount = BigInt(chars.length);

// Generate enough random bytes
const bytes = new Uint8Array(length * 2);
crypto.getRandomValues(bytes);

// Convert bytes → BigInt
let value = 0n;
for (const b of bytes) {
value = (value << 8n) | BigInt(b);
}

// Convert BigInt → password
let password = "";
for (let i = 0; i < length; i++) {
password += chars[Number(value % charCount)];
value /= charCount;
}

return password;
}

console.log(generatePassword());

into ur browser tab
0 ups, 1mo,
1 reply
chatgpt made this script but i tried it and it does work
0 ups, 1mo
you know whats better? actually learning js and make a good generator
0 ups, 1mo,
1 reply
Ohh, my password rn is 4four4 right now, any tips on how to make it stronger?
0 ups, 1mo
he was, in fact, lying
0 ups, 1mo
world's most obvious scam
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
OFFERING SECURE PASSWORDS; MEMECHAT ME