Re: password hash in mysql guacamole_user table

2017-09-18 Thread Steven Pollock
Got it, many thanks! Regards, -Steve (415) 320-1102 <º(((><<º(((>< <º(((>< On Mon, Sep 18, 2017 at 1:31 PM, Mike Jumper wrote: > On Mon, Sep 18, 2017 at 12:59 PM, jacksonp wrote: > >> trying to manually set a password via mysql guacamole_user tab

Re: password hash in mysql guacamole_user table

2017-09-18 Thread Mike Jumper
On Mon, Sep 18, 2017 at 12:59 PM, jacksonp wrote: > trying to manually set a password via mysql guacamole_user table. Not > concerned about security, not salting, just want to enter any kind of > password that will work. > > I strongly recommend against using unsalted passwords. Even if you're no

Re: password hash in mysql guacamole_user table

2017-09-18 Thread Steven Pollock
ge: grosa_CO] > > *W:* www.v2s.us *Skype:* goncalo_rosa > > > > *From:* Steven Pollock [mailto:jacksonp2...@gmail.com] > *Sent:* Monday, September 18, 2017 15:11 > *To:* user@guacamole.incubator.apache.org > *Subject:* Re: password hash in mysql guacamol

RE: password hash in mysql guacamole_user table

2017-09-18 Thread Goncalo Rosa
: user@guacamole.incubator.apache.org Subject: Re: password hash in mysql guacamole_user table Thanks, Ive read the docs. I just want to inserted a hashed password, no salt. What is the mechanism to hash? It doesn't work per my example. Regards, -Steve (415) 320-1102<https://www.google.com/voice/#phones&g

Re: password hash in mysql guacamole_user table

2017-09-18 Thread Steven Pollock
Thanks, Ive read the docs. I just want to inserted a hashed password, no salt. What is the mechanism to hash? It doesn't work per my example. Regards, -Steve (415) 320-1102 <º(((><<º(((>< <º(((>< On Mon, Sep 18, 2017 at 1:09 PM, richk wrote: >

Re: password hash in mysql guacamole_user table

2017-09-18 Thread richk
jacksonp wrote > trying to manually set a password via mysql guacamole_user table. Not > concerned about security, not salting, just want to enter any kind of > password that will work. > > Documentation says if password_salt is null, it just ignores. > > I tried hashing with sha256 which is how

RE: password hash in mysql guacamole_user table

2017-09-18 Thread Goncalo Rosa
2017 14:59 To: user@guacamole.incubator.apache.org Subject: password hash in mysql guacamole_user table trying to manually set a password via mysql guacamole_user table. Not concerned about security, not salting, just want to enter any kind of password that will work. Documentation says if password_s

password hash in mysql guacamole_user table

2017-09-18 Thread jacksonp
trying to manually set a password via mysql guacamole_user table. Not concerned about security, not salting, just want to enter any kind of password that will work. Documentation says if password_salt is null, it just ignores. I tried hashing with sha256 which is how I read the doc. mkpasswd -m