Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread O. Hartmann
Am Thu, 18 Feb 2016 17:37:52 + Gary Palmer schrieb: > On Thu, Feb 18, 2016 at 06:11:22PM +0100, O. Hartmann wrote: > > Am Thu, 18 Feb 2016 09:29:26 -0700 > > Ian Lepore schrieb: > > > > > On Thu, 2016-02-18 at 16:29 +0100, O. Hartmann wrote: > > > > On Thu, 18 Feb 2016 14:52:44 + >

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread Gary Palmer
On Thu, Feb 18, 2016 at 06:11:22PM +0100, O. Hartmann wrote: > Am Thu, 18 Feb 2016 09:29:26 -0700 > Ian Lepore schrieb: > > > On Thu, 2016-02-18 at 16:29 +0100, O. Hartmann wrote: > > > On Thu, 18 Feb 2016 14:52:44 + > > > RW wrote: > > > > > > > On Thu, 18 Feb 2016 14:16:24 +0100 > > > >

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread O. Hartmann
Am Thu, 18 Feb 2016 11:20:20 -0500 Lowell Gilbert schrieb: > Allan Jude writes: > > > On 2016-02-18 10:29, O. Hartmann wrote: > > >> I'm now down to a small C routine utilizing crypt(3). But this is not what > >> I > >> intend to have, since I want to use tools from the FBSD base system. >

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread O. Hartmann
Am Thu, 18 Feb 2016 10:54:27 -0500 Allan Jude schrieb: > On 2016-02-18 10:29, O. Hartmann wrote: > > On Thu, 18 Feb 2016 14:52:44 + > > RW wrote: > > > >> On Thu, 18 Feb 2016 14:16:24 +0100 > >> O. Hartmann wrote: > >> > >>> Hello out there, > >>> > >>> I run into a problem and digging

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread Allan Jude
On 2016-02-18 11:29, Ian Lepore wrote: On Thu, 2016-02-18 at 16:29 +0100, O. Hartmann wrote: On Thu, 18 Feb 2016 14:52:44 + RW wrote: On Thu, 18 Feb 2016 14:16:24 +0100 O. Hartmann wrote: Hello out there, I run into a problem and digging for a solution didn't work out. Problem: I need

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread O. Hartmann
Am Thu, 18 Feb 2016 09:29:26 -0700 Ian Lepore schrieb: > On Thu, 2016-02-18 at 16:29 +0100, O. Hartmann wrote: > > On Thu, 18 Feb 2016 14:52:44 + > > RW wrote: > > > > > On Thu, 18 Feb 2016 14:16:24 +0100 > > > O. Hartmann wrote: > > > > > > > Hello out there, > > > > > > > > I run in

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread Miroslav Lachman
Lowell Gilbert wrote on 02/18/2016 17:20: Allan Jude writes: On 2016-02-18 10:29, O. Hartmann wrote: I'm now down to a small C routine utilizing crypt(3). But this is not what I intend to have, since I want to use tools from the FBSD base system. [...] I have wanted to bring something l

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread Ian Lepore
On Thu, 2016-02-18 at 16:29 +0100, O. Hartmann wrote: > On Thu, 18 Feb 2016 14:52:44 + > RW wrote: > > > On Thu, 18 Feb 2016 14:16:24 +0100 > > O. Hartmann wrote: > > > > > Hello out there, > > > > > > I run into a problem and digging for a solution didn't work out. > > > > > > Problem: I

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread Lowell Gilbert
Allan Jude writes: > On 2016-02-18 10:29, O. Hartmann wrote: >> I'm now down to a small C routine utilizing crypt(3). But this is not what I >> intend to have, since I want to use tools from the FBSD base system. >> >> I build images of a small appliance in a secure isolated environment via >>

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread Allan Jude
On 2016-02-18 10:29, O. Hartmann wrote: > On Thu, 18 Feb 2016 14:52:44 + > RW wrote: > >> On Thu, 18 Feb 2016 14:16:24 +0100 >> O. Hartmann wrote: >> >>> Hello out there, >>> >>> I run into a problem and digging for a solution didn't work out. >>> >>> Problem: I need a string that reflects th

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread O. Hartmann
On Thu, 18 Feb 2016 14:52:44 + RW wrote: > On Thu, 18 Feb 2016 14:16:24 +0100 > O. Hartmann wrote: > > > Hello out there, > > > > I run into a problem and digging for a solution didn't work out. > > > > Problem: I need a string that reflects the hashed password for the > > usage with > >

Re: HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread RW
On Thu, 18 Feb 2016 14:16:24 +0100 O. Hartmann wrote: > Hello out there, > > I run into a problem and digging for a solution didn't work out. > > Problem: I need a string that reflects the hashed password for the > usage with > > passwd -H 0 Did you mean -h? > I think the procedure is using

HELP: Howtwo create a passwd-suitable hash for usage with psswd -H 0?

2016-02-18 Thread O. Hartmann
Hello out there, I run into a problem and digging for a solution didn't work out. Problem: I need a string that reflects the hashed password for the usage with passwd -H 0 I think the procedure is using sha512 -s Password and using this output for further processing, but how? I looked for