Linux command
kure 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Add a new entry
kure add
List all entries
kure ls
Copy a password
kure copy [entry_name]
Generate a random password
kure gen
Start a session
kure session
Export the database
kure export
说明
kure is a CLI password manager that emphasizes security and privacy by reducing the attack surface to its minimum. It works completely offline with no third-party connections. Each record is encrypted using AES-GCM 256-bit with a unique password derived using Argon2id. The master password is never stored on disk — it is encrypted and temporarily held in a protected memory buffer that is destroyed immediately after use. Sessions allow running multiple commands by entering the master password only once, with configurable timeouts and custom scripts.
FAQ
What is the kure command used for?
kure is a CLI password manager that emphasizes security and privacy by reducing the attack surface to its minimum. It works completely offline with no third-party connections. Each record is encrypted using AES-GCM 256-bit with a unique password derived using Argon2id. The master password is never stored on disk — it is encrypted and temporarily held in a protected memory buffer that is destroyed immediately after use. Sessions allow running multiple commands by entering the master password only once, with configurable timeouts and custom scripts.
How do I run a basic kure example?
Run `kure add` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more kure examples?
This page includes 6 examples for kure, plus related commands for nearby Linux tasks.