Skip to content

Commit

Permalink
add password CAUTION
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Aug 25, 2024
1 parent 2fbf3e1 commit ac550a5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ps12exe

> [!CAUTION]
> Do not store passwords in source code!
> See [localed readme](https://steve02081504.github.io/ps12exe/readme) for more details.
## Introduction

ps12exe is a PowerShell module that allows you to create an executable file from a .ps1 script.
Expand Down
4 changes: 4 additions & 0 deletions docs/README_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ps12exe

> [!CAUTION]
> 不要在源代码中存储密码!
> 参阅[这里](#密码安全)了解更多详情。
## 简介

ps12exe是一个 PowerShell 模块,它允许你从 .ps1 脚本创建可执行文件。
Expand Down
4 changes: 4 additions & 0 deletions docs/README_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ps12exe

> [!CAUTION]
> Do not store passwords in source code!
> See [here](#password-security) for more details.
## Introduction

ps12exe is a PowerShell module that allows you to create an executable file from a .ps1 script.
Expand Down
4 changes: 4 additions & 0 deletions docs/README_ES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ps12exe

> [!CAUTION]
> ¡No almacene contraseñas en el código fuente!
> Consulte [aquí](#seguridad-de-contraseñas) para obtener más detalles.
## Introducción

ps12exe es un módulo de PowerShell que permite crear ejecutables a partir de scripts .ps1.
Expand Down
4 changes: 4 additions & 0 deletions docs/README_IN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ps12exe

> [!CAUTION]
> सोर्स कोड में पासवर्ड स्टोर न करें!
> अधिक जानकारी के लिए [यहाँ](#पासवर्ड-सुरक्षा) देखें।
## परिचय

ps12exe एक PowerShell मॉड्यूल है जो आपको .ps1 स्क्रिप्ट से निष्पादन योग्य फ़ाइलें बनाने की अनुमति देता है।
Expand Down
4 changes: 4 additions & 0 deletions docs/README_JP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ps12exe

> [!CAUTION]
> ソースコードにパスワードを保存しないでください!
> 詳細については、[こちら](#パスワードのセキュリティ)を参照してください。
## 導入

ps12exe は、.ps1 スクリプトから実行可能ファイルを作成できる PowerShell モジュールです。
Expand Down

0 comments on commit ac550a5

Please # to comment.