Ask Source tạo Random Create Pass đơn giản của Autoit

Tiktokvn80s

New member
### Tạo mật khẩu ngẫu nhiên với tự động

Tự động là ngôn ngữ kịch bản miễn phí và nguồn mở, có thể được sử dụng để tự động hóa các tác vụ trên Windows.Thật dễ dàng để học và có thể được sử dụng để tạo ra nhiều tập lệnh khác nhau, bao gồm các tập lệnh để tạo mật khẩu ngẫu nhiên.

Để tạo mật khẩu ngẫu nhiên với tự động, bạn có thể sử dụng các bước sau:

1. Mở trình chỉnh sửa tự động.
2. Tạo một tệp tập lệnh mới.
3. Nhập mã sau vào tập lệnh:

`` `
Ngẫu nhiên

$ password = ""
for ($ i = 0; $ i <8; $ i ++) {
$ Mật khẩu. = CHR (RAND (65, 90))
}

Msgbox ($ Mật khẩu)
`` `

4. Lưu tệp tập lệnh.
5. Chạy tệp tập lệnh.

Tập lệnh sẽ tạo ra một mật khẩu ngẫu nhiên và hiển thị nó trong hộp thông báo.

### hashtags

* #Autoit
* #Mật khẩu
* #ngẫu nhiên
* #Scripting
* #Tutorial
=======================================
### Create a Random Password with AutoIt

AutoIt is a free and open-source scripting language that can be used to automate tasks on Windows. It is easy to learn and can be used to create a variety of different scripts, including scripts to create random passwords.

To create a random password with AutoIt, you can use the following steps:

1. Open the AutoIt editor.
2. Create a new script file.
3. Type the following code into the script:

```
Randomize

$password = ""
for ($i = 0; $i < 8; $i++) {
$password .= chr(rand(65, 90))
}

MsgBox($password)
```

4. Save the script file.
5. Run the script file.

The script will generate a random password and display it in a message box.

### Hashtags

* #Autoit
* #password
* #random
* #Scripting
* #Tutorial
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock