subuk / vmango

Your own personal IaaS cloud
https://vmango.org
MIT License
323 stars 55 forks source link

feature request: user management from web #35

Open captainwasabi opened 5 years ago

captainwasabi commented 5 years ago

at least being able to change the admin password.

and isn't blowfish insecure, or did they fix that?

I found this page to generate a new hash: http://www.passwordtool.hu/blowfish-password-hash-generator

subuk commented 5 years ago

Passwords are hashed with bcrypt, you can use something like https://github.com/bitnami/bcrypt-cli to generate it locally

subuk commented 4 years ago

Now there is also genpw subcommand:

$ echo -n secret | vmango genpw 
Password: $2a$10$EnPEVYVnV8nTPVxwoFTlXO14yHC3hGzzpwwBuC72OD9R0hENZ2RA6