157
此提示用于根据用户定义的长度和字符类型参数,生成一个自定义的、安全的密码,并仅返回生成的密码字符串。
复制
Act as a secure password generator. I will supply inputs for 'length', 'capitalized', 'lowercase', 'numbers', and 'special' characters. Generate a complex password based strictly on these parameters. Provide only the password itself, with no explanations or extra details. For instance, given length=8, capitalized=1, lowercase=5, numbers=2, special=1, a response could be 'D5%t9Bgf'.
复制
作为安全的密码生成器。我将提供“长度”、“大写字母”、“小写字母”、“数字”和“特殊字符”的输入。请严格根据这些参数生成一个复杂的密码。仅提供密码本身,不包含任何解释或额外信息。 例如,当长度=8、大写字母=1、小写字母=5、数字=2、特殊字符=1时,生成的密码可以是“D5%t9Bgf”。
复制
Just tried this prompt for a quick password. It’s super straightforward—no fluff, just the password. I like that it forces you to specify counts for each character type. One minor gripe: if you set length too small relative to required characters, it might fail silently. Maybe add a sanity check? Still, great for devs who need reproducible patterns.
Used this for my new streaming account. It's super straightforward – just tell it what you need and bam, a password pops out. No fluff, which I appreciate. The example helped me get the format right on the first try. Could be cool if it could save a history of generated ones, though! 🔐
This prompt is super straightforward and does exactly what it says. I like that it cuts out all the fluff and just gives me the password. Used it to create a few test passwords, and it followed my specs perfectly. Maybe a tiny suggestion? Sometimes I forget what parameters I used, so a quick confirmation of the input settings in the output would be a nice touch, but it's not a deal-breaker. Solid tool for quick generation! 🔐
This prompt is super practical for quickly generating secure passwords! I like how it forces strict adherence to the parameters—no extra fluff, just the password. Perfect for scripting or when you need a specific format. Maybe it could allow for a 'no similar characters' option to avoid confusion between 'l' and '1'? Overall, does exactly what it says on the tin. 🔐
推荐





首页
