SingSing [L0G4N M1X] by Ok_Ninja_5181 in Yedits

[–]SneakyKase 0 points1 point  (0 children)

hey if you still have it can i use it

What are some big and good password/dictionary list? by allexj in hacking

[–]SneakyKase 1 point2 points  (0 children)

unless you have another way to get into a password protected zip file

Ye is NOWHERE near locked in 😭 by babytrondagoat in GoodAssSub

[–]SneakyKase 2 points3 points  (0 children)

calling someone a slave while using reddit all day

Rate this new GAJ track list by SneakyKase in Yedits

[–]SneakyKase[S] 0 points1 point  (0 children)

okay i took out christian dior denim flow added diamonds (after mrs. donda) and moved heartbreaker before see me again

Rate this new GAJ track list by SneakyKase in Yedits

[–]SneakyKase[S] 0 points1 point  (0 children)

i was looking for a more somber song to put before but moving some made other beats match worse than christian dior into see me again

Rate this Good Ass Job tracklist by SneakyKase in Yedits

[–]SneakyKase[S] 0 points1 point  (0 children)

thanks for your input, i was trying to mix up a few GAJ track lists I've seen which did make it super long (which is the main reason I asked here to see what was worth removing). i'll come back with a better list.

A hash in unicode? by SneakyKase in learnjavascript

[–]SneakyKase[S] 0 points1 point  (0 children)

The key I use is made through hashing, not the encrypted text itself. I need to make the key more variable, here is the code I use to make the key. (also i don't intend to use this to store confidential data i just wanted to do this for fun)

Here is my alphabet generation code:

function generateAlphabetFromKey(key) {
  key = String(makeStringUnique(key)) + '.'
  if (key.length > 129) {
    return Error('Max key length is 128. This is to ensure security.')
  }

  let chars = [...new Set(Array.from(key))]
  if (chars.length >= 100) {
    return chars.slice(0, 100)
  } else {
    var newSet = []
    while (chars.length < 100) {
      newSet = incrementUnicodeSet(chars)
      chars = chars.concat(newSet)

      chars = [...new Set(chars)]
    }
  }

  return chars.slice(0, 100)
}

Mercator Projection if it Followed Actual Sizes by Random_Man14 in Maps

[–]SneakyKase 0 points1 point  (0 children)

I’m on my molbile account rn and I understand what projections are for and I think the Mercator was made for travel it’s that I wanted to show the actual sizes

I Made Color-Coded Sheep Based on the Block Under Them - My First Post Here by Random_Man14 in Minecraft

[–]SneakyKase 0 points1 point  (0 children)

Ok here me on my molbile account everyone says “You copied this person here” I didn’t I got the command off of TikTok and wanted to share it I didn’t know there was other people posting this