snippets/old_snippets/random-password.en.md

16 lines
254 B
Markdown

---
title: "random password"
seo_description: "Create a random password on the commandline"
date: 2023-10-18T13:46:35+02:00
draft: false
snippet_types:
- openssl
---
This will generate a six char password.
```shell
$ openssl rand -base64 6
```
s3u3fi