this post was submitted on 21 Jun 2024
415 points (99.3% liked)

Software Gore

199 readers
1 users here now

A community for posting software malfunctions

Deliberately bad software or bad design is not software gore, it must be something unintentional

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient and shear it



founded 7 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] CodexArcanum 2 points 1 week ago (4 children)

I should add this as a default option in my "reverse"-regex text generator library. It'd be neat to have a cli tool for generating random passwords.

(Please respond with your favorite bash/python/powershell one liner for doing this.)

[–] [email protected] 3 points 1 week ago

I use this when I don’t have Bitwarden generator available:

openssl rand -base64 64

load more comments (3 replies)