Changed encryption to use OpenSSL crypto message digest
authorHarishankar <v.harishankar@gmail.com>
Tue, 5 May 2020 10:22:15 +0000 (15:52 +0530)
committerHarishankar <v.harishankar@gmail.com>
Tue, 5 May 2020 10:22:15 +0000 (15:52 +0530)
Changed password encryption to use OpenSSL crypto message digest
instead of using crypt function which is inconsistent across *nix
and also deprecated


No differences found