Package org.kawanfw.sql.api.server.auth.crypto

Provides an interface in order to decrypt with a password the Properties encrypted in the aceql-server.properties file
  • Interface Summary
    Interface Description
    PropertiesPasswordManager
    Interface that defines how to get the password used to encrypt the Properties of the aceql-server.properties file.
  • Class Summary
    Class Description
    DefaultPropertiesPasswordManager
    This default implementation will extract the password from the "password" property of the file user.home/.kawansoft/properties_password_manager.properties.
    PropertiesEncryptor
    Command line interface for property values encryption.