redacted / XKCD-password-generator

Generate secure multiword passwords/passphrases, inspired by XKCD
BSD 3-Clause "New" or "Revised" License
1.32k stars 185 forks source link

Need an option to save passphrases #152

Closed rehan43v3r closed 1 year ago

rehan43v3r commented 1 year ago

Please implement an option for saving all generated passphrases to a .txt file.

ghyde commented 1 year ago

You can do this with file redirection.

xkcdpass > password.txt
rehan43v3r commented 1 year ago

thanks working

ghyde commented 1 year ago

Also, if you want to see the password in your terminal and save it to a file:

xkcdpass | tee password.txt