Solar // Posts
Open in Telegram
Do you like coding, designing, tech news, apps, operating systems, etc? This is the perfect place for you. Here at Solar, we post just the stuff you like. Chat : @SolarRoom OT : @SolarOffTopic United by @UnityUnion
Show moreThe country is not specifiedTechnologies & Applications93 174
388
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
Fun Fact: Humans convert sand into intelligence
SAND β> SILICON β> CHIPS β> AI
Why can't I see stories camera button on my telegram client? Neither on exteraGram nor on telegram stock (apk from website)
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")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
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
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
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
@leafinferno and @TheDragonSin has won the 3rd puzzle
SPOILER ALERT: IT HAS THE ANSWER
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
