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 <[email protected]> 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 even as a reasonably easily found user > package? > > Even though crypt(3) is no doubt dated, there may be value in some Go > support for it, if only for archaeological purposes. In my case, I just > have some old database whose internal access control uses crypt-compatible > password encryption and it is too much bother at this point to change that > for the rare occasions when it is needed. > > If push comes to shove, I can code the algorithm myself in Go, but I'd > rather spend my time on more rewarding tasks. > > Lucio. > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- *Michael T. [email protected] <[email protected]>* -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
