100K FOR FREE

PROBRORT Mar 18, 2025 10:59 PM 278

First to decode this text:

V2YWTpKj+39wDPgc8Zn7/Dwk9lOMCFiiq1JxtZQvssz09F/+1Nl/7rt+G8GRUPLNjbsmvpt8b9TxroV9V7WipH==

(not just encrypted)

Mar 18, 2025 10:59 PM

what character set?

Mar 18, 2025 11:06 PM

im new to decoding

Mar 18, 2025 11:11 PM

I have 2 questions. One- Which language is it? Two-Is it encrypted?

Mar 19, 2025 12:37 AM
Jidai
Jidai
Tribute

def encrypted

Mar 19, 2025 5:28 AM
Jidai
Jidai
Tribute

????

WfN���p ����<$�S�X��Rq��/����_����~��P�͍�&��|o��}W���

Mar 19, 2025 5:33 AM

Here you go (part of it at least)

import base64

# Base64 encoded string
encoded_string = "V2YWTpKj+39wDPgc8Zn7/Dwk9lOMCFiiq1JxtZQvssz09F/+1Nl/7rt+G8GRUPLNjbsmvpt8b9TxroV9V7WipH=="

# Decode the string
decoded_bytes = base64.b64decode(encoded_string)

# Try to convert the bytes to a string if it's valid text
try:
   decoded_string = decoded_bytes.decode('utf-8')
except UnicodeDecodeError:
   decoded_string = "The decoded result is not valid UTF-8 text."

print(decoded_string)

Mar 19, 2025 8:52 AM

someone get steveplayz6 on

Mar 19, 2025 9:01 AM

it's not base64, base32, base58, hexadecimal, JSON, or html 

WHAT THE HELL im finding fkn nothing

Mar 19, 2025 9:13 AM

57 66 16 4E 92 A3 FB 7F 70 0C F8 1C F1 99 FB FC 3C 24 F6 53 8C 08 58 A2 AB 51 CB 59 42 FB 2C CF 4F 45 FF FE D4 D9 7F EE BB 7E 1B C1 91 50 F2 CD 8D BB 26 BE 9B 7C 6F D4 F1 AE 85 7D 57 B5 A2 A4

Mar 19, 2025 11:38 AM

lol, why y'all telling me to get on? XD

I'll let yall suffer to solve this.

Mar 19, 2025 11:39 AM
VoxelBreaker_
VoxelBreaker_
Majestic Heroic Legendary Epic

not worth the effort imo

Mar 19, 2025 12:03 PM

i chatgpted it it's right trust :DD

Mar 19, 2025 12:07 PM

it says “string hash”

Mar 19, 2025 1:52 PM

WfNp <$SXRq/_~P͍&|o}W it means this T-T

Mar 19, 2025 5:01 PM
NotBaconYT
NotBaconYT
Majestic

WfNp <$SXRq/_~P͍&|o}W

Mar 19, 2025 5:02 PM
2NY1187
2NY1187
Majestic Mythic Heroic Legendary Epic

might be encrypted with AES (advanced encryption software) with a bit 64 or 54 key with another initalization vecotr which id need to decode it if it were aes so i dont think anyon ewill acc get it without the IV and key, padding and cipher-way

Mar 19, 2025 5:04 PM
NotBaconYT
NotBaconYT
Majestic

guys its literally the letter “o” 

after doing a lot of researching and using all my brainpower and decoding

it is o, as you don't just decode this given set

you have to decode way faarther

Mar 19, 2025 5:07 PM
2NY1187
2NY1187
Majestic Mythic Heroic Legendary Epic

lol?

Mar 19, 2025 5:08 PM

NONE OF YOU ARE RIGHT

Mar 19, 2025 8:00 PM

is it V2YWT K +39 DP  8Z 7 D  9 OMCF   1J  ZQ    09F +1N  7  +G8GRUPLN       8 9T   V9V7W  H==

Mar 20, 2025 6:17 PM
You need to be signed in to reply.