search for: passwd_sha512

Displaying 5 results from an estimated 5 matches for "passwd_sha512".

2016 Apr 29
3
Changing Password Schemes
...-m sha-512 1234 (without the "{SHA512-CRYPT}" prefix) What exactly is the difficulty you are having with converting the passwords? What database engine are you using? On 04/29/2016 03:20 PM, Bill Shirley wrote: > Looks like an SQL update would do this: > UPDATE `users` > SET `passwd_SHA512` = SHA2(`passwd_clear`, 512); > > Bill > > On 4/29/2016 9:07 AM, Carl A Jeptha wrote: >> converting the passwords in the database from clear/plain text to SHA512-CRYPT
2016 Apr 30
2
Changing Password Schemes
...gt;> What exactly is the difficulty you are having with converting the passwords? >> What database engine are you using? >> >> >> On 04/29/2016 03:20 PM, Bill Shirley wrote: >>> Looks like an SQL update would do this: >>> UPDATE `users` >>> SET `passwd_SHA512` = SHA2(`passwd_clear`, 512); >>> >>> Bill >>> >>> On 4/29/2016 9:07 AM, Carl A Jeptha wrote: >>>> converting the passwords in the database from clear/plain text to >>>> SHA512-CRYPT
2016 Apr 29
4
Changing Password Schemes
converting the passwords in the database from clear/plain text to SHA512-CRYPT ------------ You have a good day now, en mag jou m?re ook so wees, Carl A Jeptha On 2016-04-29 15:02, Steffen Kaiser wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Fri, 29 Apr 2016, Carl A Jeptha wrote: > >> Good Day, >> I have been following this tutorial without much
2016 May 01
2
Changing Password Schemes
...th converting the passwords? >>>> What database engine are you using? >>>> >>>> >>>> On 04/29/2016 03:20 PM, Bill Shirley wrote: >>>>> Looks like an SQL update would do this: >>>>> UPDATE `users` >>>>> SET `passwd_SHA512` = SHA2(`passwd_clear`, 512); >>>>> >>>>> Bill >>>>> >>>>> On 4/29/2016 9:07 AM, Carl A Jeptha wrote: >>>>>> converting the passwords in the database from clear/plain text to SHA512-CRYPT
2016 May 01
3
Changing Password Schemes
...at database engine are you using? >>>>>> >>>>>> >>>>>> On 04/29/2016 03:20 PM, Bill Shirley wrote: >>>>>>> Looks like an SQL update would do this: >>>>>>> UPDATE `users` >>>>>>> SET `passwd_SHA512` = SHA2(`passwd_clear`, 512); >>>>>>> >>>>>>> Bill >>>>>>> >>>>>>> On 4/29/2016 9:07 AM, Carl A Jeptha wrote: >>>>>>>> converting the passwords in the database from clear/plain text to >&g...