Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to remember password for shared databases. #1846

Merged

Commits on Sep 4, 2016

  1. Add possibility to remember password.

    - Add checkbox to the open shared database dialog
    - Add SharedDatabasePreferences
    - Add password encrypting and decrypting methods
    - Update localization entries
    - Reorganize clearing methods for Preferences
    obraliar committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    1c99a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6390dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf6d431 View commit details
    Browse the repository at this point in the history
  4. Fix LOGGER factory.

    obraliar committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    879fb22 View commit details
    Browse the repository at this point in the history
  5. Improve password encryption using XOR.

    - Use username as one operand
    - Add new parameter to the constructor
    obraliar committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    09a41c2 View commit details
    Browse the repository at this point in the history
  6. Extract method.

    obraliar committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    aa719b8 View commit details
    Browse the repository at this point in the history
  7. Improve exception handling.

    obraliar committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    a38ff25 View commit details
    Browse the repository at this point in the history
  8. Improve password encryption and decryption.

    - Use CBC and padding
    - Hash the key before using
    - Simplify conversion
    obraliar committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    f9edc2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a8fc3a View commit details
    Browse the repository at this point in the history