how to enable vicidial users password encryption.

Published: 17 October 2020
on channel: Ajit Kumar
873
12

#vicidial #password #encryption #users
how to enable vicidial users password encryption.
how to encrypt password in vicidial
steps to enable password encryption in vicidial or goautodial
Also hiding the admin passwords.
cpan
install Crypt::Eksblowfish::Bcrypt
/usr/share/astguiclient/ADMIN_bcrypt_convert.pl --debugX –test
/usr/share/astguiclient/ADMIN_bcrypt_convert.pl –debugX
/usr/share/astguiclient/ADMIN_bcrypt_convert.pl --clear-plaintext-pass

/srv/www/htdocs/agc/bp.pl --pass=mypassword
UPDATE vicidial_users set pass_hash='kfYvywV959fn09rSZML70wHjjxsaYjm' where user=‘admin';