Solar // Posts
There's a secret hidden in this executable, find it and DM me @WildWaze. The first one to answer the correct key will be displayed here in this post WINNER: @TheDragonSin and @leafinferno ANSWER: That's some fun stuff Join us @SolarPosts
Next puzzle isn't gonna be based on programming but on common logic, it will be solvable but will take time
Expect it to arrive within a few days
Expect it to arrive within a few days
Octopuses have three hearts: two branchial hearts that pump blood through the gills and one systemic heart that pumps blood to the rest of the body.
#fact #fun #ot
Join us @SolarPosts
#fact #fun #ot
Join us @SolarPosts
A Day on Venus Is Longer Than Its Year
Venus has an extremely slow rotation on its axis, taking about 243 Earth days to complete one rotation. In contrast, it only takes 225 Earth days for Venus to orbit the Sun.
#fact #fun #ot
Join us @SolarPosts
Venus has an extremely slow rotation on its axis, taking about 243 Earth days to complete one rotation. In contrast, it only takes 225 Earth days for Venus to orbit the Sun.
#fact #fun #ot
Join us @SolarPosts
Frame 729.png
43.8 KB
There's an encrypted message in this executable.
You can submit your answer in PM @WildWaze and the first one to answer the correct pin will be displayed here in this post
Join us @SolarPosts
You can submit your answer in PM @WildWaze and the first one to answer the correct pin will be displayed here in this post
Join us @SolarPosts
As for the source code of the script:
from cryptography.fernet import Fernet
import base64
password = input("Enter password: ")
if len(password) <= 32:
password = bytes((password.upper() + ("0" * (32 - len(password)))).encode())
else:
password = bytes(password[:32].encode())
key = base64.urlsafe_b64encode(password)
cipher_suite = Fernet(key)
try: print("Decrypted Message:", cipher_suite.decrypt(b"gAAAAABlAvLrzrIT5K716CaeNEaIbSC0dm4XqLlDmJ681XYVsMYY6priYBsgGfubWSF5WVAo2a35WgSwL2oa0oB0lI_5QWtgouGtOJAwlgOx-1CRcp-MmB0=").decode())
except: print("Invalid Password")
Solar // Posts
Pixel 7 coming soon :)
I'm getting pixel 7, it's arriving today
Why can't I see stories camera button on my telegram client? Neither on exteraGram nor on telegram stock (apk from website)
Fun Fact: Humans convert sand into intelligence
SAND —> SILICON —> CHIPS —> AI
SAND —> SILICON —> CHIPS —> AI
I just made a quiz bot, you can go check it out in @SolarRoom. It will post quizzes every hour