I've implemented a small tool for generating random strings, maybe someone else will find it useful.<p>- r.ger.lv - default is 20 characters [a-zA-Z0-9]<p>- r.ger.lv/<len> <len> of [a-zA-Z0-9]<p>- r.ger.lv/s-<len> <len> of [a-zA-Z0-9_+-.,!@#$%^&*();\/|"']<p>`curl -L r.ger.lv/25` - if you want to run from the terminal.<p>More info: <a href="https://www.ger.lv/simple-random-string-generation/" rel="nofollow">https://www.ger.lv/simple-random-string-generation/</a>