WebChart Advanced Security - Password Encrypt

Links: http://www.dbatools.net/mytools/webchart_encryption.html

    Data security is very important for every company or people, we need try our best to improve the software security. In previous WebChart release, the password is not encrypted in both database connection configuration and the user table, but now you can encrypt them.

    How to get the encrypted password string? Access the following URL to get the cncrypt service.

http://localhost:8080/webchart/encrypt.sa

    First encrypt the database password.

DEFAULT.DBTYPE=oracle
DEFAULT.DBHOST=localhost:1521:DB10G
DEFAULT.DBUSER=WEBCHART
DEFAULT.DBPASS=E2700214A4A3471F1B820063CEA8A955
DEFAULT.MAXCONNS=8
DEFAULT.INITCONNS=2
DEFAULT.LOCALE=ENGLISH

    Then update the login password (You may need to extend LOGIN_PASSWD column width to 100 bytes or more) with encrypted password string. After login, you can change your password with the following URL.

http://localhost:8080/webchart/password.do

    Anything more about the WebChart seucrity, tell me to improve it, thanks!

Comments (1)

I´m using discryptor to make my data secure.

Post a comment

« Previous | Main | Next »

Powered by
Movable Type 3.36