鏡像自
https://github.com/quitesimpleorg/asteriskify.git
已同步 2025-11-04 20:09:29 +01:00
Initial commit
此提交包含在:
16
README.md
一般檔案
16
README.md
一般檔案
@@ -0,0 +1,16 @@
|
||||
# asteriskify - Linux console password prompt with asterisks
|
||||
|
||||
## Usage
|
||||
```
|
||||
asteriskify | cryptsetup luksOpen ...
|
||||
```
|
||||
|
||||
Pipe it to anything that receives credentials over stdin, such as cryptsetup.
|
||||
|
||||
To switch between clear and asterisk mode, press TAB. To reveal only the last character, use CTRL + R.
|
||||
|
||||
Note: Expects ASCII or UTF-8 encoding for asterisk mode
|
||||
|
||||
## Alternatives
|
||||
Others may exist, but my quick research only found systemd-ask-password which is unsuitable for my use case (inside a my own minimal initramfs boot image).
|
||||
|
||||
新增問題並參考
封鎖使用者