Please open Telegram to view this post
    VIEW IN TELEGRAM
  🤣94❤6👍4😁3
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  👍21❤11🥱3🤣2⚡1
  این کد یه رمز کاملاً رندوم و غیرقابل حدس میسازه که حتماً شامل:
👈 پیشنهاد: طول رو بذار 24 یا 32 تا فوقالعاده امن بشه.
import secrets, string
def strong_password(length=16):
if length < 4:
raise ValueError("Password length must be at least 4")
# گروههای کاراکترها
upper = secrets.choice(string.ascii_uppercase)
lower = secrets.choice(string.ascii_lowercase)
digit = secrets.choice(string.digits)
symbol = secrets.choice("!@#$%^&*_-")
# بقیهی کاراکترها رندوم
alphabet = string.ascii_letters + string.digits + "!@#$%^&*_-"
rest = [secrets.choice(alphabet) for _ in range(length - 4)]
# ترکیب و شافل
pwd_list = list(upper + lower + digit + symbol + ''.join(rest))
secrets.SystemRandom().shuffle(pwd_list)
return ''.join(pwd_list)
print(strong_password(16))
Please open Telegram to view this post
    VIEW IN TELEGRAM
  ❤27❤🔥7👍4
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  👍42❤9
  با کتابخونهی qrcode توی پایتون میتونی خیلی راحت این کارو انجام بدی.
ساخت QR برای شبکههای اجتماعی
استفاده توی وبسایت و اپلیکیشنها
کارت ویزیت دیجیتال
پایتون فقط برای برنامهنویسی نیست؛ میتونه توی زندگی روزمره هم کلی کمک کنه!
# 🔹 ساخت QR Code با پایتون 🔹
import qrcode
# دادهای که میخوای داخل QR باشه
data = "https://t.me/ITSecurityComputer"
# ساخت QR
qr = qrcode.make(data)
# ذخیره به صورت فایل تصویری
qr.save("my_qr.png")
print("✅ QR Code ساخته شد!")
#python
Please open Telegram to view this post
    VIEW IN TELEGRAM
  ✍24👍13❤9⚡1
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  🤣99✍8❤3
  ⭕️سرپرست دانشگاه شریف: قطع همکاری ۲۶ استاد به علت مهاجرت
خروج این تعداد به معنای از دست دادن ۱۳۰ مقاله در سال است
✈️ @ITSecurityComputer
خروج این تعداد به معنای از دست دادن ۱۳۰ مقاله در سال است
Please open Telegram to view this post
    VIEW IN TELEGRAM
  😁75💔45😐11😢7👍2👀2🆒2❤1🐳1
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  🤣136😐20❤4🗿2👍1
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  🤣128🔥102😁15❤14👍10❤🔥3🙈2✍1😈1
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  ❤23😱10👍3💔2☃1
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  🤣66☃7💔7😢5❤🔥4❤4⚡1
  + به نظر شما ، آیفون 17 با قیمت 300 میلیون ارزش خرید بیشتری داره یا شیائومی 17 پرومکس؟!
- آیفون 🔥 OR شیائومی ❤️
Please open Telegram to view this post
    VIEW IN TELEGRAM
  ❤615🔥71🤣28👎4🥴3💔3✍1🆒1
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  ❤🔥12👍7❤2
  Please open Telegram to view this post
    VIEW IN TELEGRAM
  🤣205❤12✍4🤷♂3🆒3👍2🥰2❤🔥1🐳1
  