How to generate password in non-js non-ts way #825
Closed
raidgar98
started this conversation in
Show and tell
Replies: 1 comment 12 replies
-
why you need to generate password by yourself? This feels like a XY problem, what do you try to accomplish? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you just want hash of new password, here is faster way of getting it: #825 (reply in thread)
I spent like 1h to run
argon2
andargon2-cli
. Here is alternative in pythonHere is script:
and that's it. Here is my python version:
3.10.12
and here is setup:
Can't find online interpreter which allows sharing and installing packages for free, if you find one let me know and i will share it here for easy online password generation
Beta Was this translation helpful? Give feedback.
All reactions