vapor-ware / sctl

SCTL is not End2End encryption, instead SCTL is more of an envelope, in which you store secrets until they are needed, and those secrets should only remain available in plain text while the operation that needs them is active.
GNU General Public License v3.0
8 stars 2 forks source link

Generate passwords #30

Closed lazypower closed 4 years ago

lazypower commented 4 years ago

Scuttle should grow the capability to generate random strings with sufficient entropy(?) to suggest a password in the event the user is generating the secret at time of interaction with scuttle.

lazypower commented 4 years ago

Not something I think i'm going to pursue. I'd rather sctl focus on managing the envelopes and contexts and thats where the sidewalk ends. there are several utilities that can be used in conjunction with sctl to generate passwords.

pwgen openssl rand -hex 32

just to name two.