GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQLR-PWDENC(8) System Administration Utilities SQLR-PWDENC(8)

sqlr-pwdenc - manual page for sqlr-pwdenc 1.7.0

sqlr-pwdenc [OPTIONS]

sqlr-pwdenc is the SQL Relay password encryption utility.

When used with the appropriate password encryption module, passwords can be stored in encrypted form in the SQL Relay configuration, rather than in plain text.

The sqlr-pwdenc utility can be used to encrypt a given plaintext password, using the specified instance and password encryption id. The encrypted output may then included in the configuration in place of the plaintext password.

-config config
Override the default configuration with the specified configuration.
-id instanceid
Id of an instance, as defined in the configuration.
-pwdencid passwordencryptionid
id of instance of passwordencryption module to use
-password password
password to encrypt

Encrypt the password "pwd" using the password encryption module with id "rot16" as defined in instance "myinst" in the default configuration.
sqlr-pwdenc -id myinst -pwdencid rot16 -password pwd

Encrypt the password "pwd" using the password encryption module with id "rot16" as defined in instance "myinst" in the config file ./myconfig.conf.

sqlr-pwdenc -config ./myconfig.conf -id myinst -pwdencid rot16 -password pwd

Rudiments version: 1.2.1 Compiled: Oct 23 2019 21:56:07

Written by David Muse.

Copyright © 1999-2018 David Muse
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
October 2019 SQL Relay

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.