Tagged articles

Verification Code

5 articles · Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Dec 5, 2023 · Information Security

Generating Random Verification Codes in Python

This article explains how to use Python to randomly generate a six‑character verification code by building a list of ASCII characters, sampling six items, and concatenating them into a string, providing a simple method to enhance account security.

Verification Coderandom
0 likes · 3 min read
Generating Random Verification Codes in Python
Test Development Learning Exchange
Test Development Learning Exchange
Jul 25, 2019 · Backend Development

Implementing SMS Verification with Tencent Cloud SDK in Python

This tutorial explains how to set up a Python environment, configure a Tencent Cloud SMS application, obtain the required appid and appkey, create message templates and signatures, and implement a reusable Captcha class that generates verification codes and sends them via the Tencent Cloud SDK.

PythonTencent CloudVerification Code
0 likes · 6 min read
Implementing SMS Verification with Tencent Cloud SDK in Python