Re: [go-nuts] Old fashioned Unix password crypt

2018-08-23 Thread Michael Jones
https://minnie.tuhs.org//cgi-bin/utree.pl?file=V6/usr/source/s1/crypt.c On Thu, Aug 23, 2018 at 10:32 AM Lucio wrote: > Am I missing something altogether too trivial, or is the modified DES > encryption used in the old fashioned Unix /etc/passwd file just not > implemented in Go at all, not eve

[go-nuts] Old fashioned Unix password crypt

2018-08-23 Thread Lucio
Am I missing something altogether too trivial, or is the modified DES encryption used in the old fashioned Unix /etc/passwd file just not implemented in Go at all, not even as a reasonably easily found user package? Even though crypt(3) is no doubt dated, there may be value in some Go support