search for: n1234

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

Did you mean: 1234
2016 Apr 29
3
Changing Password Schemes
That's not SHA512-CRYPT. That's just a simple sha512 of the password, without salt. A SHA512-CRYPT password will be generated with: printf "1234\n1234" | doveadm pw -s SHA512-CRYPT or: doveadm pw -s SHA512-CRYPT -p 1234 or: mkpasswd -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, Bil...
2016 Apr 30
2
Changing Password Schemes
...d day now, en mag jou m?re ook so wees, > > On 2016-04-30 01:14, Gedalya wrote: >> That's not SHA512-CRYPT. That's just a simple sha512 of the >> password, without salt. >> >> A SHA512-CRYPT password will be generated with: >> >> printf "1234\n1234" | doveadm pw -s SHA512-CRYPT >> >> or: >> >> doveadm pw -s SHA512-CRYPT -p 1234 >> >> or: >> >> mkpasswd -m sha-512 1234 >> >> (without the "{SHA512-CRYPT}" prefix) >> >> What exactly is the difficulty you are h...
2016 May 01
2
Changing Password Schemes
...gt;> >>> On 2016-04-30 01:14, Gedalya wrote: >>>> That's not SHA512-CRYPT. That's just a simple sha512 of the password, without salt. >>>> >>>> A SHA512-CRYPT password will be generated with: >>>> >>>> printf "1234\n1234" | doveadm pw -s SHA512-CRYPT >>>> >>>> or: >>>> >>>> doveadm pw -s SHA512-CRYPT -p 1234 >>>> >>>> or: >>>> >>>> mkpasswd -m sha-512 1234 >>>> >>>> (without the "{SHA512...
2016 May 01
3
Changing Password Schemes
...2016-04-30 01:14, Gedalya wrote: >>>>>> That's not SHA512-CRYPT. That's just a simple sha512 of the password, >> without salt. >>>>>> A SHA512-CRYPT password will be generated with: >>>>>> >>>>>> printf "1234\n1234" | doveadm pw -s SHA512-CRYPT >>>>>> >>>>>> or: >>>>>> >>>>>> doveadm pw -s SHA512-CRYPT -p 1234 >>>>>> >>>>>> or: >>>>>> >>>>>> mkpasswd -m sha-512 1...
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