This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/revealjs/passwords/5-ende.md

22 lines
510 B
Markdown
Raw Normal View History

2018-09-24 23:11:00 +02:00
# Ende
## Bildquellen
* [Markus Spiske/Unsplash](https://unsplash.com/photos/iar-afB0QQw)
* [Nhu Nguyen/Unsplash](https://unsplash.com/photos/IL1qSqEMNBo)
* [Jonathan Petersson/Unsplash](https://unsplash.com/photos/a6N685qLsHQ)
* Breaking Bad/AMC
<notes>
## Zufällige Passwörter (Unix/POSIX)
`tr -dc '!-~' < /dev/urandom |head -c 16`
## Häufigste Anfangsbuchstaben im Deutschen
`SABegbsvaKMEGVFPdRDWTwHfkLhlzImZNnruUitJpOCjüoÜäöÄÖQcqX8Y923`
`sbaegvkmdfwhrpltzniujoücäöqyx8923`
</notes>